#38461B

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

Shades of Turtle Green #38461B

Tints of Turtle Green #38461B

Color information

#38461B (or 0x38461B) is unknown color: approx Turtle Green. HEX triplet: 38, 46 and 1B. RGB value is (56,70,27). Sum of RGB (Red+Green+Blue) = 56+70+27=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #38461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38461B is #C7B9E4. Grayscale: #3D3D3D. Windows color (decimal): -13089253 or 1787448. OLE color: 1787448.

HSL color Cylindrical-coordinate representation of color #38461B: hue angle of 79.53º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38461B is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB567027-
CMYK0.2000.610.73
HSL79.53º44.33%19.02%-
HSV(B)79.53º61.43%27.45%-
XYZ4.025.31.85-
YUV60.91108.86124.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 70 (27.73% from 255) = 45.75%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=36.60%
G=45.75%
B=17.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5670270.2000.610.7379.5344.3319.02
Hex38461B1403D49502c13
Octal7010633240751111205423
Binary1110001000110110111010001111011001001101000010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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