#38481B

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

Shades of Turtle Green #38481B

Tints of Turtle Green #38481B

Color information

#38481B (or 0x38481B) is unknown color: approx Turtle Green. HEX triplet: 38, 48 and 1B. RGB value is (56,72,27). Sum of RGB (Red+Green+Blue) = 56+72+27=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #38481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38481B is #C7B7E4. Grayscale: #3E3E3E. Windows color (decimal): -13088741 or 1787960. OLE color: 1787960.

HSL color Cylindrical-coordinate representation of color #38481B: hue angle of 81.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38481B is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB567227-
CMYK0.2200.620.72
HSL81.33º45.45%19.41%-
HSV(B)81.33º62.5%28.24%-
XYZ4.155.551.89-
YUV62.09108.2123.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=36.13%
G=46.45%
B=17.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672270.2200.620.7281.3345.4519.41
Hex38481B1603E48512d13
Octal7011033260761101215523
Binary1110001001000110111011001111101001000101000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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