Html Css Color HEX #32371B Turtle Green

📋 copy color: '#32371B'

red 50 ◦ green 55 ◦ blue 27

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

Shades of Turtle Green #32371B

Tints of Turtle Green #32371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.67%

 BLUE value IS 27 (10.94% from 255) = 20.45%

R = 37.88%
G = 41.67%
B = 20.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#32371B (or 0x32371B) is known color: Turtle Green. HEX triplet: 32, 37 and 1B. RGB value is (50,55,27). Sum of RGB (Red+Green+Blue) = 50+55+27=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #32371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32371B is #CDC8E4. Grayscale: #323232. Windows color (decimal): -13486309 or 1783602. OLE color: 1783602.

HSL color Cylindrical-coordinate representation of color #32371B: hue angle of 70.71º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #32371B is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 55 27 -
CMYK 0.09 0 0.51 0.78
HSL 70.71º 0.34% 0.16% -
HSV(B) 70.71º 0.51% 0.22% -
XYZ 2.88 3.49 1.56 -
YUV 50.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 50 55 27 0.09 0 0.51 0.78 70.71 0.34 0.16
Hex 32 37 1B 9 0 33 4E 47 22 10
Octal 62 67 33 11 0 63 116 107 42 20
Binary 110010 110111 11011 1001 0 110011 1001110 1000111 100010 10000

Color Harmonies of #32371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32371B

Black with #32371B

Text Example


Text Example

White with #32371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,55,27); }

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

background-color css

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

 a { background-color: rgb(50,55,27); }

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

border-color css

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

 span { border-color: rgb(50,55,27); }

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