Html Css Color HEX #427515 Bilbao

📋 copy color: '#427515'

red 66 ◦ green 117 ◦ blue 21

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

Shades of Bilbao #427515

Tints of Bilbao #427515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.35%

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 32.35%
G = 57.35%
B = 10.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#427515 (or 0x427515) is known color: Bilbao. HEX triplet: 42, 75 and 15. RGB value is (66,117,21). Sum of RGB (Red+Green+Blue) = 66+117+21=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #427515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427515 is #BD8AEA. Grayscale: #5B5B5B. Windows color (decimal): -12421867 or 1406274. OLE color: 1406274.

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

Color convert

RGB 66 117 21 -
CMYK 0.44 0 0.82 0.54
HSL 91.88º 0.7% 0.27% -
HSV(B) 91.88º 0.82% 0.46% -
XYZ 8.74 13.93 2.94 -
YUV 90.81 88.6 110.31 -
System Red Green Blue C M Y K H S L
Decimal 66 117 21 0.44 0 0.82 0.54 91.88 0.7 0.27
Hex 42 75 15 2C 0 52 36 5C 46 1B
Octal 102 165 25 54 0 122 66 134 106 33
Binary 1000010 1110101 10101 101100 0 1010010 110110 1011100 1000110 11011

Color Harmonies of #427515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427515

Black with #427515

Text Example


Text Example

White with #427515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427515; }

 p { color: rgb(66,117,21); }

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

background-color css

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

 a { background-color: rgb(66,117,21); }

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

border-color css

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

 span { border-color: rgb(66,117,21); }

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