Html Css Color HEX #33470D Turtle Green

📋 copy color: '#33470D'

red 51 ◦ green 71 ◦ blue 13

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

Shades of Turtle Green #33470D

Tints of Turtle Green #33470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 52.59%

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

R = 37.78%
G = 52.59%
B = 9.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#33470D (or 0x33470D) is known color: Turtle Green. HEX triplet: 33, 47 and 0D. RGB value is (51,71,13). Sum of RGB (Red+Green+Blue) = 51+71+13=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #33470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33470D is #CCB8F2. Grayscale: #3A3A3A. Windows color (decimal): -13416691 or 870195. OLE color: 870195.

HSL color Cylindrical-coordinate representation of color #33470D: hue angle of 80.69º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33470D is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 71 13 -
CMYK 0.28 0 0.82 0.72
HSL 80.69º 0.69% 0.16% -
HSV(B) 80.69º 0.82% 0.28% -
XYZ 3.69 5.24 1.2 -
YUV 58.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 51 71 13 0.28 0 0.82 0.72 80.69 0.69 0.16
Hex 33 47 D 1C 0 52 48 51 45 10
Octal 63 107 15 34 0 122 110 121 105 20
Binary 110011 1000111 1101 11100 0 1010010 1001000 1010001 1000101 10000

Color Harmonies of #33470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33470D

Black with #33470D

Text Example


Text Example

White with #33470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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