Html Css Color HEX #32361D Turtle Green

📋 copy color: '#32361D'

red 50 ◦ green 54 ◦ blue 29

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

Shades of Turtle Green #32361D

Tints of Turtle Green #32361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.6%

 BLUE value IS 29 (11.72% from 255) = 21.8%

R = 37.59%
G = 40.6%
B = 21.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#32361D (or 0x32361D) is known color: Turtle Green. HEX triplet: 32, 36 and 1D. RGB value is (50,54,29). Sum of RGB (Red+Green+Blue) = 50+54+29=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 54 - color contains mainly: green. Hex color #32361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32361D is #CDC9E2. Grayscale: #323232. Windows color (decimal): -13486563 or 1914418. OLE color: 1914418.

HSL color Cylindrical-coordinate representation of color #32361D: hue angle of 69.6º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32361D is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB 50 54 29 -
CMYK 0.07 0 0.46 0.79
HSL 69.6º 0.3% 0.16% -
HSV(B) 69.6º 0.46% 0.21% -
XYZ 2.86 3.41 1.67 -
YUV 49.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 50 54 29 0.07 0 0.46 0.79 69.6 0.3 0.16
Hex 32 36 1D 7 0 2E 4F 46 1E 10
Octal 62 66 35 7 0 56 117 106 36 20
Binary 110010 110110 11101 111 0 101110 1001111 1000110 11110 10000

Color Harmonies of #32361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32361D

Black with #32361D

Text Example


Text Example

White with #32361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32361D; }

 p { color: rgb(50,54,29); }

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

background-color css

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

 a { background-color: rgb(50,54,29); }

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

border-color css

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

 span { border-color: rgb(50,54,29); }

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