Html Css Color HEX #33371C Turtle Green

📋 copy color: '#33371C'

red 51 ◦ green 55 ◦ blue 28

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

Shades of Turtle Green #33371C

Tints of Turtle Green #33371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.9%

R = 38.06%
G = 41.04%
B = 20.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#33371C (or 0x33371C) is known color: Turtle Green. HEX triplet: 33, 37 and 1C. RGB value is (51,55,28). Sum of RGB (Red+Green+Blue) = 51+55+28=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 55 - color contains mainly: green. Hex color #33371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33371C is #CCC8E3. Grayscale: #323232. Windows color (decimal): -13420772 or 1849139. OLE color: 1849139.

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

Color convert

RGB 51 55 28 -
CMYK 0.07 0 0.49 0.78
HSL 68.89º 0.33% 0.16% -
HSV(B) 68.89º 0.49% 0.22% -
XYZ 2.94 3.52 1.62 -
YUV 50.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 51 55 28 0.07 0 0.49 0.78 68.89 0.33 0.16
Hex 33 37 1C 7 0 31 4E 45 21 10
Octal 63 67 34 7 0 61 116 105 41 20
Binary 110011 110111 11100 111 0 110001 1001110 1000101 100001 10000

Color Harmonies of #33371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33371C

Black with #33371C

Text Example


Text Example

White with #33371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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