Html Css Color HEX #32B058 Chateau Green

📋 copy color: '#32B058'

red 50 ◦ green 176 ◦ blue 88

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

Shades of Chateau Green #32B058

Tints of Chateau Green #32B058

RGB

 RED value IS 50 (19.92% from 255) = 15.92%

 GREEN value IS 176 (69.14% from 255) = 56.05%

 BLUE value IS 88 (34.77% from 255) = 28.03%

R = 15.92%
G = 56.05%
B = 28.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#32B058 (or 0x32B058) is known color: Chateau Green. HEX triplet: 32, B0 and 58. RGB value is (50,176,88). Sum of RGB (Red+Green+Blue) = 50+176+88=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 176 (69.14% from 255 or 56.05% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 176 - color contains mainly: green. Hex color #32B058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B058 is #CD4FA7. Grayscale: #808080. Windows color (decimal): -13455272 or 5812274. OLE color: 5812274.

HSL color Cylindrical-coordinate representation of color #32B058: hue angle of 138.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B058 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 176 88 -
CMYK 0.72 0 0.50 0.31
HSL 138.1º 0.56% 0.44% -
HSV(B) 138.1º 0.72% 0.69% -
XYZ 18.6 32.43 14.51 -
YUV 128.29 105.26 72.16 -
System Red Green Blue C M Y K H S L
Decimal 50 176 88 0.72 0 0.50 0.31 138.1 0.56 0.44
Hex 32 B0 58 48 0 32 1F 8A 38 2C
Octal 62 260 130 110 0 62 37 212 70 54
Binary 110010 10110000 1011000 1001000 0 110010 11111 10001010 111000 101100

Color Harmonies of #32B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B058

Black with #32B058

Text Example


Text Example

White with #32B058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32B058; }

 p { color: rgb(50,176,88); }

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

background-color css

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

 a { background-color: rgb(50,176,88); }

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

border-color css

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

 span { border-color: rgb(50,176,88); }

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