Html Css Color HEX #33370D Turtle Green

📋 copy color: '#33370D'

red 51 ◦ green 55 ◦ blue 13

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

Shades of Turtle Green #33370D

Tints of Turtle Green #33370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.92%

R = 42.86%
G = 46.22%
B = 10.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#33370D (or 0x33370D) is known color: Turtle Green. HEX triplet: 33, 37 and 0D. RGB value is (51,55,13). Sum of RGB (Red+Green+Blue) = 51+55+13=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #33370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33370D is #CCC8F2. Grayscale: #313131. Windows color (decimal): -13420787 or 866099. OLE color: 866099.

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

Color convert

RGB 51 55 13 -
CMYK 0.07 0 0.76 0.78
HSL 65.71º 0.62% 0.13% -
HSV(B) 65.71º 0.76% 0.22% -
XYZ 2.8 3.47 0.9 -
YUV 49.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 51 55 13 0.07 0 0.76 0.78 65.71 0.62 0.13
Hex 33 37 D 7 0 4C 4E 42 3E D
Octal 63 67 15 7 0 114 116 102 76 15
Binary 110011 110111 1101 111 0 1001100 1001110 1000010 111110 1101

Color Harmonies of #33370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33370D

Black with #33370D

Text Example


Text Example

White with #33370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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