Html Css Color HEX #42820D Bilbao

📋 copy color: '#42820D'

red 66 ◦ green 130 ◦ blue 13

#42820D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #42820D

Tints of Bilbao #42820D

RGB

 RED value IS 66 (26.17% from 255) = 31.58%

 GREEN value IS 130 (51.17% from 255) = 62.2%

 BLUE value IS 13 (5.47% from 255) = 6.22%

R = 31.58%
G = 62.2%
B = 6.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42820D (or 0x42820D) is known color: Bilbao. HEX triplet: 42, 82 and 0D. RGB value is (66,130,13). Sum of RGB (Red+Green+Blue) = 66+130+13=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #42820D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42820D is #BD7DF2. Grayscale: #616161. Windows color (decimal): -12418547 or 885314. OLE color: 885314.

HSL color Cylindrical-coordinate representation of color #42820D: hue angle of 92.82º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42820D is Cyan = 0.49, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 13 -
CMYK 0.49 0 0.9 0.49
HSL 92.82º 0.82% 0.28% -
HSV(B) 92.82º 0.9% 0.51% -
XYZ 10.3 17.15 3.15 -
YUV 97.53 80.3 105.51 -
System Red Green Blue C M Y K H S L
Decimal 66 130 13 0.49 0 0.9 0.49 92.82 0.82 0.28
Hex 42 82 D 31 0 5A 31 5D 52 1C
Octal 102 202 15 61 0 132 61 135 122 34
Binary 1000010 10000010 1101 110001 0 1011010 110001 1011101 1010010 11100

Color Harmonies of #42820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42820D

Black with #42820D

Text Example


Text Example

White with #42820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42820D; }

 p { color: rgb(66,130,13); }

 H1.HeaderClassName
 {
   color: #42820D;
 }
 .AnyTagClassName
 {
   color: #42820D;
 }
</style>

background-color css

<style>
 a { background-color: #42820D; }

 a { background-color: rgb(66,130,13); }

 div.DivClassName
 {
   background-color: #42820D;
 }
 .BgClassName
 {
   background-color: #42820D;
 }
</style>

border-color css

<style>
 span { border-color: #42820D; }

 span { border-color: rgb(66,130,13); }

 td.TdClassName
 {
   border-color: #42820D;
 }
 .TagClassName
 {
   border-color: #42820D;
 }
</style>