Html Css Color HEX #427416 Bilbao

📋 copy color: '#427416'

red 66 ◦ green 116 ◦ blue 22

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

Shades of Bilbao #427416

Tints of Bilbao #427416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.78%

R = 32.35%
G = 56.86%
B = 10.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#427416 (or 0x427416) is known color: Bilbao. HEX triplet: 42, 74 and 16. RGB value is (66,116,22). Sum of RGB (Red+Green+Blue) = 66+116+22=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 116 (45.70% from 255 or 56.86% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 116 - color contains mainly: green. Hex color #427416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427416 is #BD8BE9. Grayscale: #5A5A5A. Windows color (decimal): -12422122 or 1471554. OLE color: 1471554.

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

Color convert

RGB 66 116 22 -
CMYK 0.43 0 0.81 0.55
HSL 91.91º 0.68% 0.27% -
HSV(B) 91.91º 0.81% 0.45% -
XYZ 8.64 13.71 2.95 -
YUV 90.33 89.44 110.64 -
System Red Green Blue C M Y K H S L
Decimal 66 116 22 0.43 0 0.81 0.55 91.91 0.68 0.27
Hex 42 74 16 2B 0 51 37 5C 44 1B
Octal 102 164 26 53 0 121 67 134 104 33
Binary 1000010 1110100 10110 101011 0 1010001 110111 1011100 1000100 11011

Color Harmonies of #427416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427416

Black with #427416

Text Example


Text Example

White with #427416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427416; }

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

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

background-color css

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

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

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

border-color css

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

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

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