Html Css Color HEX #427F15 Bilbao

📋 copy color: '#427F15'

red 66 ◦ green 127 ◦ blue 21

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

Shades of Bilbao #427F15

Tints of Bilbao #427F15

RGB

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

 GREEN value IS 127 (50% from 255) = 59.35%

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

R = 30.84%
G = 59.35%
B = 9.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#427F15 (or 0x427F15) is known color: Bilbao. HEX triplet: 42, 7F and 15. RGB value is (66,127,21). Sum of RGB (Red+Green+Blue) = 66+127+21=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #427F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427F15 is #BD80EA. Grayscale: #616161. Windows color (decimal): -12419307 or 1408834. OLE color: 1408834.

HSL color Cylindrical-coordinate representation of color #427F15: hue angle of 94.53º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #427F15 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 127 21 -
CMYK 0.48 0 0.83 0.50
HSL 94.53º 0.72% 0.29% -
HSV(B) 94.53º 0.83% 0.5% -
XYZ 9.97 16.39 3.35 -
YUV 96.68 85.29 106.12 -
System Red Green Blue C M Y K H S L
Decimal 66 127 21 0.48 0 0.83 0.50 94.53 0.72 0.29
Hex 42 7F 15 30 0 53 32 5F 48 1D
Octal 102 177 25 60 0 123 62 137 110 35
Binary 1000010 1111111 10101 110000 0 1010011 110010 1011111 1001000 11101

Color Harmonies of #427F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427F15

Black with #427F15

Text Example


Text Example

White with #427F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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