Html Css Color HEX #427C19 Bilbao

📋 copy color: '#427C19'

red 66 ◦ green 124 ◦ blue 25

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

Shades of Bilbao #427C19

Tints of Bilbao #427C19

RGB

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

 GREEN value IS 124 (48.83% from 255) = 57.67%

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

R = 30.7%
G = 57.67%
B = 11.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#427C19 (or 0x427C19) is known color: Bilbao. HEX triplet: 42, 7C and 19. RGB value is (66,124,25). Sum of RGB (Red+Green+Blue) = 66+124+25=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #427C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427C19 is #BD83E6. Grayscale: #5F5F5F. Windows color (decimal): -12420071 or 1670210. OLE color: 1670210.

HSL color Cylindrical-coordinate representation of color #427C19: hue angle of 95.15º degrees, saturation: 0.66, 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 #427C19 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 124 25 -
CMYK 0.47 0 0.80 0.51
HSL 95.15º 0.66% 0.29% -
HSV(B) 95.15º 0.8% 0.49% -
XYZ 9.63 15.64 3.43 -
YUV 95.37 88.28 107.05 -
System Red Green Blue C M Y K H S L
Decimal 66 124 25 0.47 0 0.80 0.51 95.15 0.66 0.29
Hex 42 7C 19 2F 0 50 33 5F 42 1D
Octal 102 174 31 57 0 120 63 137 102 35
Binary 1000010 1111100 11001 101111 0 1010000 110011 1011111 1000010 11101

Color Harmonies of #427C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C19

Black with #427C19

Text Example


Text Example

White with #427C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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