Html Css Color HEX #33381E Turtle Green

📋 copy color: '#33381E'

red 51 ◦ green 56 ◦ blue 30

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

Shades of Turtle Green #33381E

Tints of Turtle Green #33381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.9%

R = 37.23%
G = 40.88%
B = 21.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#33381E (or 0x33381E) is known color: Turtle Green. HEX triplet: 33, 38 and 1E. RGB value is (51,56,30). Sum of RGB (Red+Green+Blue) = 51+56+30=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 56 - color contains mainly: green. Hex color #33381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33381E is #CCC7E1. Grayscale: #333333. Windows color (decimal): -13420514 or 1980467. OLE color: 1980467.

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

Color convert

RGB 51 56 30 -
CMYK 0.09 0 0.46 0.78
HSL 71.54º 0.3% 0.17% -
HSV(B) 71.54º 0.46% 0.22% -
XYZ 3.01 3.63 1.77 -
YUV 51.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 51 56 30 0.09 0 0.46 0.78 71.54 0.3 0.17
Hex 33 38 1E 9 0 2E 4E 48 1E 11
Octal 63 70 36 11 0 56 116 110 36 21
Binary 110011 111000 11110 1001 0 101110 1001110 1001000 11110 10001

Color Harmonies of #33381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33381E

Black with #33381E

Text Example


Text Example

White with #33381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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