Html Css Color HEX #427732 Bilbao

📋 copy color: '#427732'

red 66 ◦ green 119 ◦ blue 50

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

Shades of Bilbao #427732

Tints of Bilbao #427732

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.64%

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

R = 28.09%
G = 50.64%
B = 21.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#427732 (or 0x427732) is known color: Bilbao. HEX triplet: 42, 77 and 32. RGB value is (66,119,50). Sum of RGB (Red+Green+Blue) = 66+119+50=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #427732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427732 is #BD88CD. Grayscale: #5F5F5F. Windows color (decimal): -12421326 or 3307330. OLE color: 3307330.

HSL color Cylindrical-coordinate representation of color #427732: hue angle of 106.09º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #427732 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 50 -
CMYK 0.45 0 0.58 0.53
HSL 106.09º 0.41% 0.33% -
HSV(B) 106.09º 0.58% 0.47% -
XYZ 9.42 14.58 5.34 -
YUV 95.29 102.44 107.11 -
System Red Green Blue C M Y K H S L
Decimal 66 119 50 0.45 0 0.58 0.53 106.09 0.41 0.33
Hex 42 77 32 2D 0 3A 35 6A 29 21
Octal 102 167 62 55 0 72 65 152 51 41
Binary 1000010 1110111 110010 101101 0 111010 110101 1101010 101001 100001

Color Harmonies of #427732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427732

Black with #427732

Text Example


Text Example

White with #427732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427732; }

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

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

background-color css

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

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

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

border-color css

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

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

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