Html Css Color HEX #427613 Bilbao

📋 copy color: '#427613'

red 66 ◦ green 118 ◦ blue 19

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

Shades of Bilbao #427613

Tints of Bilbao #427613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.13%

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 32.51%
G = 58.13%
B = 9.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#427613 (or 0x427613) is known color: Bilbao. HEX triplet: 42, 76 and 13. RGB value is (66,118,19). Sum of RGB (Red+Green+Blue) = 66+118+19=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #427613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427613 is #BD89EC. Grayscale: #5B5B5B. Windows color (decimal): -12421613 or 1275458. OLE color: 1275458.

HSL color Cylindrical-coordinate representation of color #427613: hue angle of 91.52º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #427613 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 19 -
CMYK 0.44 0 0.84 0.54
HSL 91.52º 0.72% 0.27% -
HSV(B) 91.52º 0.84% 0.46% -
XYZ 8.84 14.16 2.88 -
YUV 91.17 87.27 110.05 -
System Red Green Blue C M Y K H S L
Decimal 66 118 19 0.44 0 0.84 0.54 91.52 0.72 0.27
Hex 42 76 13 2C 0 54 36 5C 48 1B
Octal 102 166 23 54 0 124 66 134 110 33
Binary 1000010 1110110 10011 101100 0 1010100 110110 1011100 1001000 11011

Color Harmonies of #427613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427613

Black with #427613

Text Example


Text Example

White with #427613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427613; }

 p { color: rgb(66,118,19); }

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

background-color css

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

 a { background-color: rgb(66,118,19); }

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

border-color css

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

 span { border-color: rgb(66,118,19); }

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