Html Css Color HEX #33400D Turtle Green

📋 copy color: '#33400D'

red 51 ◦ green 64 ◦ blue 13

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

Shades of Turtle Green #33400D

Tints of Turtle Green #33400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50%

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

R = 39.84%
G = 50%
B = 10.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#33400D (or 0x33400D) is known color: Turtle Green. HEX triplet: 33, 40 and 0D. RGB value is (51,64,13). Sum of RGB (Red+Green+Blue) = 51+64+13=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #33400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33400D is #CCBFF2. Grayscale: #363636. Windows color (decimal): -13418483 or 868403. OLE color: 868403.

HSL color Cylindrical-coordinate representation of color #33400D: hue angle of 75.29º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33400D is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 64 13 -
CMYK 0.20 0 0.80 0.75
HSL 75.29º 0.66% 0.15% -
HSV(B) 75.29º 0.8% 0.25% -
XYZ 3.27 4.4 1.06 -
YUV 54.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 51 64 13 0.20 0 0.80 0.75 75.29 0.66 0.15
Hex 33 40 D 14 0 50 4B 4B 42 F
Octal 63 100 15 24 0 120 113 113 102 17
Binary 110011 1000000 1101 10100 0 1010000 1001011 1001011 1000010 1111

Color Harmonies of #33400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33400D

Black with #33400D

Text Example


Text Example

White with #33400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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