Html Css Color HEX #33370C Turtle Green

📋 copy color: '#33370C'

red 51 ◦ green 55 ◦ blue 12

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

Shades of Turtle Green #33370C

Tints of Turtle Green #33370C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.17%

R = 43.22%
G = 46.61%
B = 10.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#33370C (or 0x33370C) is known color: Turtle Green. HEX triplet: 33, 37 and 0C. RGB value is (51,55,12). Sum of RGB (Red+Green+Blue) = 51+55+12=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #33370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33370C is #CCC8F3. Grayscale: #313131. Windows color (decimal): -13420788 or 800563. OLE color: 800563.

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

Color convert

RGB 51 55 12 -
CMYK 0.07 0 0.78 0.78
HSL 65.58º 0.64% 0.13% -
HSV(B) 65.58º 0.78% 0.22% -
XYZ 2.8 3.46 0.87 -
YUV 48.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 51 55 12 0.07 0 0.78 0.78 65.58 0.64 0.13
Hex 33 37 C 7 0 4E 4E 42 40 D
Octal 63 67 14 7 0 116 116 102 100 15
Binary 110011 110111 1100 111 0 1001110 1001110 1000010 1000000 1101

Color Harmonies of #33370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33370C

Black with #33370C

Text Example


Text Example

White with #33370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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