Html Css Color HEX #427D0F Bilbao

📋 copy color: '#427D0F'

red 66 ◦ green 125 ◦ blue 15

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

Shades of Bilbao #427D0F

Tints of Bilbao #427D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.28%

R = 32.04%
G = 60.68%
B = 7.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#427D0F (or 0x427D0F) is known color: Bilbao. HEX triplet: 42, 7D and 0F. RGB value is (66,125,15). Sum of RGB (Red+Green+Blue) = 66+125+15=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 125 (49.22% from 255 or 60.68% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 125 - color contains mainly: green. Hex color #427D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427D0F is #BD82F0. Grayscale: #5F5F5F. Windows color (decimal): -12419825 or 1015106. OLE color: 1015106.

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

Color convert

RGB 66 125 15 -
CMYK 0.47 0 0.88 0.51
HSL 92.18º 0.79% 0.27% -
HSV(B) 92.18º 0.88% 0.49% -
XYZ 9.67 15.86 3 -
YUV 94.82 82.95 107.44 -
System Red Green Blue C M Y K H S L
Decimal 66 125 15 0.47 0 0.88 0.51 92.18 0.79 0.27
Hex 42 7D F 2F 0 58 33 5C 4F 1B
Octal 102 175 17 57 0 130 63 134 117 33
Binary 1000010 1111101 1111 101111 0 1011000 110011 1011100 1001111 11011

Color Harmonies of #427D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427D0F

Black with #427D0F

Text Example


Text Example

White with #427D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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