Html Css Color HEX #427519 Bilbao

📋 copy color: '#427519'

red 66 ◦ green 117 ◦ blue 25

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

Shades of Bilbao #427519

Tints of Bilbao #427519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.25%

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 31.73%
G = 56.25%
B = 12.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#427519 (or 0x427519) is known color: Bilbao. HEX triplet: 42, 75 and 19. RGB value is (66,117,25). Sum of RGB (Red+Green+Blue) = 66+117+25=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #427519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427519 is #BD8AE6. Grayscale: #5B5B5B. Windows color (decimal): -12421863 or 1668418. OLE color: 1668418.

HSL color Cylindrical-coordinate representation of color #427519: hue angle of 93.26º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #427519 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 25 -
CMYK 0.44 0 0.79 0.54
HSL 93.26º 0.65% 0.28% -
HSV(B) 93.26º 0.79% 0.46% -
XYZ 8.78 13.95 3.15 -
YUV 91.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 66 117 25 0.44 0 0.79 0.54 93.26 0.65 0.28
Hex 42 75 19 2C 0 4F 36 5D 41 1C
Octal 102 165 31 54 0 117 66 135 101 34
Binary 1000010 1110101 11001 101100 0 1001111 110110 1011101 1000001 11100

Color Harmonies of #427519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427519

Black with #427519

Text Example


Text Example

White with #427519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427519; }

 p { color: rgb(66,117,25); }

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

background-color css

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

 a { background-color: rgb(66,117,25); }

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

border-color css

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

 span { border-color: rgb(66,117,25); }

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