Html Css Color HEX #427714 Bilbao

📋 copy color: '#427714'

red 66 ◦ green 119 ◦ blue 20

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

Shades of Bilbao #427714

Tints of Bilbao #427714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 32.2%
G = 58.05%
B = 9.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#427714 (or 0x427714) is known color: Bilbao. HEX triplet: 42, 77 and 14. RGB value is (66,119,20). Sum of RGB (Red+Green+Blue) = 66+119+20=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #427714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427714 is #BD88EB. Grayscale: #5C5C5C. Windows color (decimal): -12421356 or 1341250. OLE color: 1341250.

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

Color convert

RGB 66 119 20 -
CMYK 0.45 0 0.83 0.53
HSL 92.12º 0.71% 0.27% -
HSV(B) 92.12º 0.83% 0.47% -
XYZ 8.97 14.4 2.97 -
YUV 91.87 87.44 109.55 -
System Red Green Blue C M Y K H S L
Decimal 66 119 20 0.45 0 0.83 0.53 92.12 0.71 0.27
Hex 42 77 14 2D 0 53 35 5C 47 1B
Octal 102 167 24 55 0 123 65 134 107 33
Binary 1000010 1110111 10100 101101 0 1010011 110101 1011100 1000111 11011

Color Harmonies of #427714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427714

Black with #427714

Text Example


Text Example

White with #427714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427714; }

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

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

background-color css

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

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

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

border-color css

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

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

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