Html Css Color HEX #33371D Turtle Green

📋 copy color: '#33371D'

red 51 ◦ green 55 ◦ blue 29

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

Shades of Turtle Green #33371D

Tints of Turtle Green #33371D

RGB

 RED value IS 51 (20.31% from 255) = 37.78%

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

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

R = 37.78%
G = 40.74%
B = 21.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#33371D (or 0x33371D) is known color: Turtle Green. HEX triplet: 33, 37 and 1D. RGB value is (51,55,29). Sum of RGB (Red+Green+Blue) = 51+55+29=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 55 - color contains mainly: green. Hex color #33371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33371D is #CCC8E2. Grayscale: #323232. Windows color (decimal): -13420771 or 1914675. OLE color: 1914675.

HSL color Cylindrical-coordinate representation of color #33371D: hue angle of 69.23º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33371D is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 55 29 -
CMYK 0.07 0 0.47 0.78
HSL 69.23º 0.31% 0.16% -
HSV(B) 69.23º 0.47% 0.22% -
XYZ 2.95 3.52 1.69 -
YUV 50.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 51 55 29 0.07 0 0.47 0.78 69.23 0.31 0.16
Hex 33 37 1D 7 0 2F 4E 45 1F 10
Octal 63 67 35 7 0 57 116 105 37 20
Binary 110011 110111 11101 111 0 101111 1001110 1000101 11111 10000

Color Harmonies of #33371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33371D

Black with #33371D

Text Example


Text Example

White with #33371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,55,29); }

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

background-color css

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

 a { background-color: rgb(51,55,29); }

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

border-color css

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

 span { border-color: rgb(51,55,29); }

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