Html Css Color HEX #323C1B Turtle Green

📋 copy color: '#323C1B'

red 50 ◦ green 60 ◦ blue 27

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

Shades of Turtle Green #323C1B

Tints of Turtle Green #323C1B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 43.8%

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

R = 36.5%
G = 43.8%
B = 19.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.76

RGB Variations

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

Color information

#323C1B (or 0x323C1B) is known color: Turtle Green. HEX triplet: 32, 3C and 1B. RGB value is (50,60,27). Sum of RGB (Red+Green+Blue) = 50+60+27=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 60 - color contains mainly: green. Hex color #323C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C1B is #CDC3E4. Grayscale: #353535. Windows color (decimal): -13485029 or 1784882. OLE color: 1784882.

HSL color Cylindrical-coordinate representation of color #323C1B: hue angle of 78.18º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #323C1B is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.

Color convert

RGB 50 60 27 -
CMYK 0.17 0 0.55 0.76
HSL 78.18º 0.38% 0.17% -
HSV(B) 78.18º 0.55% 0.24% -
XYZ 3.13 3.99 1.64 -
YUV 53.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 50 60 27 0.17 0 0.55 0.76 78.18 0.38 0.17
Hex 32 3C 1B 11 0 37 4C 4E 26 11
Octal 62 74 33 21 0 67 114 116 46 21
Binary 110010 111100 11011 10001 0 110111 1001100 1001110 100110 10001

Color Harmonies of #323C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C1B

Black with #323C1B

Text Example


Text Example

White with #323C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323C1B; }

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

 H1.HeaderClassName
 {
   color: #323C1B;
 }
 .AnyTagClassName
 {
   color: #323C1B;
 }
</style>

background-color css

<style>
 a { background-color: #323C1B; }

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

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

border-color css

<style>
 span { border-color: #323C1B; }

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

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