Html Css Color HEX #427414 Bilbao

📋 copy color: '#427414'

red 66 ◦ green 116 ◦ blue 20

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

Shades of Bilbao #427414

Tints of Bilbao #427414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.43%

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

R = 32.67%
G = 57.43%
B = 9.9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#427414 (or 0x427414) is known color: Bilbao. HEX triplet: 42, 74 and 14. RGB value is (66,116,20). Sum of RGB (Red+Green+Blue) = 66+116+20=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #427414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427414 is #BD8BEB. Grayscale: #5A5A5A. Windows color (decimal): -12422124 or 1340482. OLE color: 1340482.

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

Color convert

RGB 66 116 20 -
CMYK 0.43 0 0.83 0.55
HSL 91.25º 0.71% 0.27% -
HSV(B) 91.25º 0.83% 0.45% -
XYZ 8.62 13.7 2.85 -
YUV 90.11 88.44 110.81 -
System Red Green Blue C M Y K H S L
Decimal 66 116 20 0.43 0 0.83 0.55 91.25 0.71 0.27
Hex 42 74 14 2B 0 53 37 5B 47 1B
Octal 102 164 24 53 0 123 67 133 107 33
Binary 1000010 1110100 10100 101011 0 1010011 110111 1011011 1000111 11011

Color Harmonies of #427414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427414

Black with #427414

Text Example


Text Example

White with #427414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427414; }

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

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

background-color css

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

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

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

border-color css

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

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

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