Html Css Color HEX #32B07D Jungle Green

📋 copy color: '#32B07D'

red 50 ◦ green 176 ◦ blue 125

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

Shades of Jungle Green #32B07D

Tints of Jungle Green #32B07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 14.25%
G = 50.14%
B = 35.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#32B07D (or 0x32B07D) is known color: Jungle Green. HEX triplet: 32, B0 and 7D. RGB value is (50,176,125). Sum of RGB (Red+Green+Blue) = 50+176+125=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #32B07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B07D is #CD4F82. Grayscale: #848484. Windows color (decimal): -13455235 or 8237106. OLE color: 8237106.

HSL color Cylindrical-coordinate representation of color #32B07D: hue angle of 155.71º 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 #32B07D is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 176 125 -
CMYK 0.72 0 0.29 0.31
HSL 155.71º 0.56% 0.44% -
HSV(B) 155.71º 0.72% 0.69% -
XYZ 20.54 33.21 24.73 -
YUV 132.51 123.76 69.15 -
System Red Green Blue C M Y K H S L
Decimal 50 176 125 0.72 0 0.29 0.31 155.71 0.56 0.44
Hex 32 B0 7D 48 0 1D 1F 9C 38 2C
Octal 62 260 175 110 0 35 37 234 70 54
Binary 110010 10110000 1111101 1001000 0 11101 11111 10011100 111000 101100

Color Harmonies of #32B07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B07D

Black with #32B07D

Text Example


Text Example

White with #32B07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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