Html Css Color HEX #427A19 Bilbao

📋 copy color: '#427A19'

red 66 ◦ green 122 ◦ blue 25

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

Shades of Bilbao #427A19

Tints of Bilbao #427A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 57.28%

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

R = 30.99%
G = 57.28%
B = 11.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#427A19 (or 0x427A19) is known color: Bilbao. HEX triplet: 42, 7A and 19. RGB value is (66,122,25). Sum of RGB (Red+Green+Blue) = 66+122+25=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 122 (48.05% from 255 or 57.28% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 122 - color contains mainly: green. Hex color #427A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427A19 is #BD85E6. Grayscale: #5E5E5E. Windows color (decimal): -12420583 or 1669698. OLE color: 1669698.

HSL color Cylindrical-coordinate representation of color #427A19: hue angle of 94.64º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #427A19 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 122 25 -
CMYK 0.46 0 0.80 0.52
HSL 94.64º 0.66% 0.29% -
HSV(B) 94.64º 0.8% 0.48% -
XYZ 9.38 15.15 3.35 -
YUV 94.2 88.95 107.89 -
System Red Green Blue C M Y K H S L
Decimal 66 122 25 0.46 0 0.80 0.52 94.64 0.66 0.29
Hex 42 7A 19 2E 0 50 34 5F 42 1D
Octal 102 172 31 56 0 120 64 137 102 35
Binary 1000010 1111010 11001 101110 0 1010000 110100 1011111 1000010 11101

Color Harmonies of #427A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A19

Black with #427A19

Text Example


Text Example

White with #427A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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