#38491A

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

Shades of Turtle Green #38491A

Tints of Turtle Green #38491A

Color information

#38491A (or 0x38491A) is unknown color: approx Turtle Green. HEX triplet: 38, 49 and 1A. RGB value is (56,73,26). Sum of RGB (Red+Green+Blue) = 56+73+26=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #38491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38491A is #C7B6E5. Grayscale: #3E3E3E. Windows color (decimal): -13088486 or 1722680. OLE color: 1722680.

HSL color Cylindrical-coordinate representation of color #38491A: hue angle of 81.7º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38491A is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB567326-
CMYK0.2300.640.71
HSL81.7º47.47%19.41%-
HSV(B)81.7º64.38%28.63%-
XYZ4.25.681.85-
YUV62.56107.37123.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=36.13%
G=47.10%
B=16.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5673260.2300.640.7181.747.4719.41
Hex38491A1704047522f13
Octal70111322701001071225723
Binary11100010010011101010111010000001000111101001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38491A; }

 p { color: rgb(56,73,26); }

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

<style>
 a { background-color: #38491A; }

 a { background-color: rgb(56,73,26); }

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

<style>
 span { border-color: #38491A; }

 span { border-color: rgb(56,73,26); }

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