Html Css Color HEX #427719 Bilbao

📋 copy color: '#427719'

red 66 ◦ green 119 ◦ blue 25

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

Shades of Bilbao #427719

Tints of Bilbao #427719

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.67%

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

R = 31.43%
G = 56.67%
B = 11.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#427719 (or 0x427719) is known color: Bilbao. HEX triplet: 42, 77 and 19. RGB value is (66,119,25). Sum of RGB (Red+Green+Blue) = 66+119+25=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #427719 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427719 is #BD88E6. Grayscale: #5C5C5C. Windows color (decimal): -12421351 or 1668930. OLE color: 1668930.

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

Color convert

RGB 66 119 25 -
CMYK 0.45 0 0.79 0.53
HSL 93.83º 0.65% 0.28% -
HSV(B) 93.83º 0.79% 0.47% -
XYZ 9.02 14.42 3.23 -
YUV 92.44 89.94 109.14 -
System Red Green Blue C M Y K H S L
Decimal 66 119 25 0.45 0 0.79 0.53 93.83 0.65 0.28
Hex 42 77 19 2D 0 4F 35 5E 41 1C
Octal 102 167 31 55 0 117 65 136 101 34
Binary 1000010 1110111 11001 101101 0 1001111 110101 1011110 1000001 11100

Color Harmonies of #427719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427719

Black with #427719

Text Example


Text Example

White with #427719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427719; }

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

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

background-color css

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

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

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

border-color css

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

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

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