Html Css Color HEX #427910 Bilbao

📋 copy color: '#427910'

red 66 ◦ green 121 ◦ blue 16

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

Shades of Bilbao #427910

Tints of Bilbao #427910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 59.61%

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 32.51%
G = 59.61%
B = 7.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#427910 (or 0x427910) is known color: Bilbao. HEX triplet: 42, 79 and 10. RGB value is (66,121,16). Sum of RGB (Red+Green+Blue) = 66+121+16=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 121 (47.66% from 255 or 59.61% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 121 - color contains mainly: green. Hex color #427910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427910 is #BD86EF. Grayscale: #5C5C5C. Windows color (decimal): -12420848 or 1079618. OLE color: 1079618.

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

Color convert

RGB 66 121 16 -
CMYK 0.45 0 0.87 0.53
HSL 91.43º 0.77% 0.27% -
HSV(B) 91.43º 0.87% 0.47% -
XYZ 9.18 14.87 2.88 -
YUV 92.59 84.78 109.04 -
System Red Green Blue C M Y K H S L
Decimal 66 121 16 0.45 0 0.87 0.53 91.43 0.77 0.27
Hex 42 79 10 2D 0 57 35 5B 4D 1B
Octal 102 171 20 55 0 127 65 133 115 33
Binary 1000010 1111001 10000 101101 0 1010111 110101 1011011 1001101 11011

Color Harmonies of #427910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427910

Black with #427910

Text Example


Text Example

White with #427910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427910; }

 p { color: rgb(66,121,16); }

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

background-color css

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

 a { background-color: rgb(66,121,16); }

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

border-color css

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

 span { border-color: rgb(66,121,16); }

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