Html Css Color HEX #427D15 Bilbao

📋 copy color: '#427D15'

red 66 ◦ green 125 ◦ blue 21

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

Shades of Bilbao #427D15

Tints of Bilbao #427D15

RGB

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

 GREEN value IS 125 (49.22% from 255) = 58.96%

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

R = 31.13%
G = 58.96%
B = 9.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#427D15 (or 0x427D15) is known color: Bilbao. HEX triplet: 42, 7D and 15. RGB value is (66,125,21). Sum of RGB (Red+Green+Blue) = 66+125+21=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #427D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427D15 is #BD82EA. Grayscale: #5F5F5F. Windows color (decimal): -12419819 or 1408322. OLE color: 1408322.

HSL color Cylindrical-coordinate representation of color #427D15: hue angle of 94.04º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #427D15 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 125 21 -
CMYK 0.47 0 0.83 0.51
HSL 94.04º 0.71% 0.29% -
HSV(B) 94.04º 0.83% 0.49% -
XYZ 9.72 15.88 3.26 -
YUV 95.5 85.95 106.96 -
System Red Green Blue C M Y K H S L
Decimal 66 125 21 0.47 0 0.83 0.51 94.04 0.71 0.29
Hex 42 7D 15 2F 0 53 33 5E 47 1D
Octal 102 175 25 57 0 123 63 136 107 35
Binary 1000010 1111101 10101 101111 0 1010011 110011 1011110 1000111 11101

Color Harmonies of #427D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427D15

Black with #427D15

Text Example


Text Example

White with #427D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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