Html Css Color HEX #33370B Turtle Green

📋 copy color: '#33370B'

red 51 ◦ green 55 ◦ blue 11

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

Shades of Turtle Green #33370B

Tints of Turtle Green #33370B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.4%

R = 43.59%
G = 47.01%
B = 9.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#33370B (or 0x33370B) is known color: Turtle Green. HEX triplet: 33, 37 and 0B. RGB value is (51,55,11). Sum of RGB (Red+Green+Blue) = 51+55+11=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #33370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33370B is #CCC8F4. Grayscale: #303030. Windows color (decimal): -13420789 or 735027. OLE color: 735027.

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

Color convert

RGB 51 55 11 -
CMYK 0.07 0 0.8 0.78
HSL 65.45º 0.67% 0.13% -
HSV(B) 65.45º 0.8% 0.22% -
XYZ 2.79 3.46 0.84 -
YUV 48.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 51 55 11 0.07 0 0.8 0.78 65.45 0.67 0.13
Hex 33 37 B 7 0 50 4E 41 43 D
Octal 63 67 13 7 0 120 116 101 103 15
Binary 110011 110111 1011 111 0 1010000 1001110 1000001 1000011 1101

Color Harmonies of #33370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33370B

Black with #33370B

Text Example


Text Example

White with #33370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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