Html Css Color HEX #427432 Bilbao

📋 copy color: '#427432'

red 66 ◦ green 116 ◦ blue 50

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

Shades of Bilbao #427432

Tints of Bilbao #427432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50%

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

R = 28.45%
G = 50%
B = 21.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#427432 (or 0x427432) is known color: Bilbao. HEX triplet: 42, 74 and 32. RGB value is (66,116,50). Sum of RGB (Red+Green+Blue) = 66+116+50=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #427432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427432 is #BD8BCD. Grayscale: #5D5D5D. Windows color (decimal): -12422094 or 3306562. OLE color: 3306562.

HSL color Cylindrical-coordinate representation of color #427432: hue angle of 105.45º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #427432 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 50 -
CMYK 0.43 0 0.57 0.55
HSL 105.45º 0.4% 0.33% -
HSV(B) 105.45º 0.57% 0.45% -
XYZ 9.07 13.88 5.22 -
YUV 93.53 103.44 108.37 -
System Red Green Blue C M Y K H S L
Decimal 66 116 50 0.43 0 0.57 0.55 105.45 0.4 0.33
Hex 42 74 32 2B 0 39 37 69 28 21
Octal 102 164 62 53 0 71 67 151 50 41
Binary 1000010 1110100 110010 101011 0 111001 110111 1101001 101000 100001

Color Harmonies of #427432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427432

Black with #427432

Text Example


Text Example

White with #427432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427432; }

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

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

background-color css

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

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

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

border-color css

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

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

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