Html Css Color HEX #33381F Turtle Green

📋 copy color: '#33381F'

red 51 ◦ green 56 ◦ blue 31

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

Shades of Turtle Green #33381F

Tints of Turtle Green #33381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.46%

R = 36.96%
G = 40.58%
B = 22.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#33381F (or 0x33381F) is known color: Turtle Green. HEX triplet: 33, 38 and 1F. RGB value is (51,56,31). Sum of RGB (Red+Green+Blue) = 51+56+31=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 56 - color contains mainly: green. Hex color #33381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33381F is #CCC7E0. Grayscale: #333333. Windows color (decimal): -13420513 or 2046003. OLE color: 2046003.

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

Color convert

RGB 51 56 31 -
CMYK 0.09 0 0.45 0.78
HSL 72º 0.29% 0.17% -
HSV(B) 72º 0.45% 0.22% -
XYZ 3.03 3.63 1.84 -
YUV 51.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 51 56 31 0.09 0 0.45 0.78 72 0.29 0.17
Hex 33 38 1F 9 0 2D 4E 48 1D 11
Octal 63 70 37 11 0 55 116 110 35 21
Binary 110011 111000 11111 1001 0 101101 1001110 1001000 11101 10001

Color Harmonies of #33381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33381F

Black with #33381F

Text Example


Text Example

White with #33381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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