Html Css Color HEX #427C28 Bilbao

📋 copy color: '#427C28'

red 66 ◦ green 124 ◦ blue 40

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

Shades of Bilbao #427C28

Tints of Bilbao #427C28

RGB

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

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

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

R = 28.7%
G = 53.91%
B = 17.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#427C28 (or 0x427C28) is known color: Bilbao. HEX triplet: 42, 7C and 28. RGB value is (66,124,40). Sum of RGB (Red+Green+Blue) = 66+124+40=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 124 (48.83% from 255 or 53.91% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 124 - color contains mainly: green. Hex color #427C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C28 is #BD83D7. Grayscale: #616161. Windows color (decimal): -12420056 or 2653250. OLE color: 2653250.

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

Color convert

RGB 66 124 40 -
CMYK 0.47 0 0.68 0.51
HSL 101.43º 0.51% 0.32% -
HSV(B) 101.43º 0.68% 0.49% -
XYZ 9.84 15.73 4.52 -
YUV 97.08 95.78 105.83 -
System Red Green Blue C M Y K H S L
Decimal 66 124 40 0.47 0 0.68 0.51 101.43 0.51 0.32
Hex 42 7C 28 2F 0 44 33 65 33 20
Octal 102 174 50 57 0 104 63 145 63 40
Binary 1000010 1111100 101000 101111 0 1000100 110011 1100101 110011 100000

Color Harmonies of #427C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C28

Black with #427C28

Text Example


Text Example

White with #427C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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