Html Css Color HEX #427E32 Bilbao

📋 copy color: '#427E32'

red 66 ◦ green 126 ◦ blue 50

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

Shades of Bilbao #427E32

Tints of Bilbao #427E32

RGB

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

 GREEN value IS 126 (49.61% from 255) = 52.07%

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 27.27%
G = 52.07%
B = 20.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#427E32 (or 0x427E32) is known color: Bilbao. HEX triplet: 42, 7E and 32. RGB value is (66,126,50). Sum of RGB (Red+Green+Blue) = 66+126+50=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #427E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427E32 is #BD81CD. Grayscale: #636363. Windows color (decimal): -12419534 or 3309122. OLE color: 3309122.

HSL color Cylindrical-coordinate representation of color #427E32: hue angle of 107.37º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #427E32 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 126 50 -
CMYK 0.48 0 0.60 0.51
HSL 107.37º 0.43% 0.35% -
HSV(B) 107.37º 0.6% 0.49% -
XYZ 10.28 16.31 5.62 -
YUV 99.4 100.12 104.18 -
System Red Green Blue C M Y K H S L
Decimal 66 126 50 0.48 0 0.60 0.51 107.37 0.43 0.35
Hex 42 7E 32 30 0 3C 33 6B 2B 23
Octal 102 176 62 60 0 74 63 153 53 43
Binary 1000010 1111110 110010 110000 0 111100 110011 1101011 101011 100011

Color Harmonies of #427E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E32

Black with #427E32

Text Example


Text Example

White with #427E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,126,50); }

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

background-color css

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

 a { background-color: rgb(66,126,50); }

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

border-color css

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

 span { border-color: rgb(66,126,50); }

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