Html Css Color HEX #33381D Turtle Green

📋 copy color: '#33381D'

red 51 ◦ green 56 ◦ blue 29

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

Shades of Turtle Green #33381D

Tints of Turtle Green #33381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.18%

 BLUE value IS 29 (11.72% from 255) = 21.32%

R = 37.5%
G = 41.18%
B = 21.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#33381D (or 0x33381D) is known color: Turtle Green. HEX triplet: 33, 38 and 1D. RGB value is (51,56,29). Sum of RGB (Red+Green+Blue) = 51+56+29=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 56 - color contains mainly: green. Hex color #33381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33381D is #CCC7E2. Grayscale: #333333. Windows color (decimal): -13420515 or 1914931. OLE color: 1914931.

HSL color Cylindrical-coordinate representation of color #33381D: hue angle of 71.11º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33381D is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 56 29 -
CMYK 0.09 0 0.48 0.78
HSL 71.11º 0.32% 0.17% -
HSV(B) 71.11º 0.48% 0.22% -
XYZ 3 3.62 1.7 -
YUV 51.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 51 56 29 0.09 0 0.48 0.78 71.11 0.32 0.17
Hex 33 38 1D 9 0 30 4E 47 20 11
Octal 63 70 35 11 0 60 116 107 40 21
Binary 110011 111000 11101 1001 0 110000 1001110 1000111 100000 10001

Color Harmonies of #33381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33381D

Black with #33381D

Text Example


Text Example

White with #33381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,56,29); }

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

background-color css

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

 a { background-color: rgb(51,56,29); }

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

border-color css

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

 span { border-color: rgb(51,56,29); }

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