Html Css Color HEX #427A28 Bilbao

📋 copy color: '#427A28'

red 66 ◦ green 122 ◦ blue 40

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

Shades of Bilbao #427A28

Tints of Bilbao #427A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 28.95%
G = 53.51%
B = 17.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.67

 K value IS 0.52

RGB Variations

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

Color information

#427A28 (or 0x427A28) is known color: Bilbao. HEX triplet: 42, 7A and 28. RGB value is (66,122,40). Sum of RGB (Red+Green+Blue) = 66+122+40=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 122 (48.05% from 255 or 53.51% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 122 - color contains mainly: green. Hex color #427A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427A28 is #BD85D7. Grayscale: #606060. Windows color (decimal): -12420568 or 2652738. OLE color: 2652738.

HSL color Cylindrical-coordinate representation of color #427A28: hue angle of 100.98º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #427A28 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 122 40 -
CMYK 0.46 0 0.67 0.52
HSL 100.98º 0.51% 0.32% -
HSV(B) 100.98º 0.67% 0.48% -
XYZ 9.59 15.23 4.44 -
YUV 95.91 96.45 106.67 -
System Red Green Blue C M Y K H S L
Decimal 66 122 40 0.46 0 0.67 0.52 100.98 0.51 0.32
Hex 42 7A 28 2E 0 43 34 65 33 20
Octal 102 172 50 56 0 103 64 145 63 40
Binary 1000010 1111010 101000 101110 0 1000011 110100 1100101 110011 100000

Color Harmonies of #427A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A28

Black with #427A28

Text Example


Text Example

White with #427A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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