Html Css Color HEX #32500B Turtle Green

📋 copy color: '#32500B'

red 50 ◦ green 80 ◦ blue 11

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

Shades of Turtle Green #32500B

Tints of Turtle Green #32500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 56.74%

 BLUE value IS 11 (4.69% from 255) = 7.8%

R = 35.46%
G = 56.74%
B = 7.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#32500B (or 0x32500B) is known color: Turtle Green. HEX triplet: 32, 50 and 0B. RGB value is (50,80,11). Sum of RGB (Red+Green+Blue) = 50+80+11=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #32500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32500B is #CDAFF4. Grayscale: #3F3F3F. Windows color (decimal): -13479925 or 741426. OLE color: 741426.

HSL color Cylindrical-coordinate representation of color #32500B: hue angle of 86.09º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32500B is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 80 11 -
CMYK 0.37 0 0.86 0.69
HSL 86.09º 0.76% 0.18% -
HSV(B) 86.09º 0.86% 0.31% -
XYZ 4.24 6.44 1.34 -
YUV 63.16 98.56 118.61 -
System Red Green Blue C M Y K H S L
Decimal 50 80 11 0.37 0 0.86 0.69 86.09 0.76 0.18
Hex 32 50 B 25 0 56 45 56 4C 12
Octal 62 120 13 45 0 126 105 126 114 22
Binary 110010 1010000 1011 100101 0 1010110 1000101 1010110 1001100 10010

Color Harmonies of #32500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32500B

Black with #32500B

Text Example


Text Example

White with #32500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32500B; }

 p { color: rgb(50,80,11); }

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

background-color css

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

 a { background-color: rgb(50,80,11); }

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

border-color css

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

 span { border-color: rgb(50,80,11); }

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