Html Css Color HEX #427D19 Bilbao

📋 copy color: '#427D19'

red 66 ◦ green 125 ◦ blue 25

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

Shades of Bilbao #427D19

Tints of Bilbao #427D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.57%

R = 30.56%
G = 57.87%
B = 11.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#427D19 (or 0x427D19) is known color: Bilbao. HEX triplet: 42, 7D and 19. RGB value is (66,125,25). Sum of RGB (Red+Green+Blue) = 66+125+25=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #427D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427D19 is #BD82E6. Grayscale: #606060. Windows color (decimal): -12419815 or 1670466. OLE color: 1670466.

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

Color convert

RGB 66 125 25 -
CMYK 0.47 0 0.8 0.51
HSL 95.4º 0.67% 0.29% -
HSV(B) 95.4º 0.8% 0.49% -
XYZ 9.76 15.9 3.47 -
YUV 95.96 87.95 106.63 -
System Red Green Blue C M Y K H S L
Decimal 66 125 25 0.47 0 0.8 0.51 95.4 0.67 0.29
Hex 42 7D 19 2F 0 50 33 5F 43 1D
Octal 102 175 31 57 0 120 63 137 103 35
Binary 1000010 1111101 11001 101111 0 1010000 110011 1011111 1000011 11101

Color Harmonies of #427D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427D19

Black with #427D19

Text Example


Text Example

White with #427D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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