#38481D

Color #38481D Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #38481D

Tints of Turtle Green #38481D

Color information

#38481D (or 0x38481D) is unknown color: approx Turtle Green. HEX triplet: 38, 48 and 1D. RGB value is (56,72,29). Sum of RGB (Red+Green+Blue) = 56+72+29=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #38481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38481D is #C7B7E2. Grayscale: #3E3E3E. Windows color (decimal): -13088739 or 1919032. OLE color: 1919032.

HSL color Cylindrical-coordinate representation of color #38481D: hue angle of 82.33º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38481D is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB567229-
CMYK0.2200.600.72
HSL82.33º42.57%19.8%-
HSV(B)82.33º59.72%28.24%-
XYZ4.175.562.02-
YUV62.31109.2123.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=35.67%
G=45.86%
B=18.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672290.2200.600.7282.3342.5719.8
Hex38481D1603C48522b14
Octal7011035260741101225324
Binary1110001001000111011011001111001001000101001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38481D;
 }
 .AnyTagClassName
 {
   color: #38481D;
 }
</style>
background-color css

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

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

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

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

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

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