Html Css Color HEX #33440E Turtle Green

📋 copy color: '#33440E'

red 51 ◦ green 68 ◦ blue 14

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

Shades of Turtle Green #33440E

Tints of Turtle Green #33440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 51.13%

 BLUE value IS 14 (5.86% from 255) = 10.53%

R = 38.35%
G = 51.13%
B = 10.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#33440E (or 0x33440E) is known color: Turtle Green. HEX triplet: 33, 44 and 0E. RGB value is (51,68,14). Sum of RGB (Red+Green+Blue) = 51+68+14=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #33440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33440E is #CCBBF1. Grayscale: #383838. Windows color (decimal): -13417458 or 934963. OLE color: 934963.

HSL color Cylindrical-coordinate representation of color #33440E: hue angle of 78.89º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33440E is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 68 14 -
CMYK 0.25 0 0.79 0.73
HSL 78.89º 0.66% 0.16% -
HSV(B) 78.89º 0.79% 0.27% -
XYZ 3.51 4.87 1.17 -
YUV 56.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 51 68 14 0.25 0 0.79 0.73 78.89 0.66 0.16
Hex 33 44 E 19 0 4F 49 4F 42 10
Octal 63 104 16 31 0 117 111 117 102 20
Binary 110011 1000100 1110 11001 0 1001111 1001001 1001111 1000010 10000

Color Harmonies of #33440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33440E

Black with #33440E

Text Example


Text Example

White with #33440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33440E; }

 p { color: rgb(51,68,14); }

 H1.HeaderClassName
 {
   color: #33440E;
 }
 .AnyTagClassName
 {
   color: #33440E;
 }
</style>

background-color css

<style>
 a { background-color: #33440E; }

 a { background-color: rgb(51,68,14); }

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

border-color css

<style>
 span { border-color: #33440E; }

 span { border-color: rgb(51,68,14); }

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