#38410D

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

Shades of Turtle Green #38410D

Tints of Turtle Green #38410D

Color information

#38410D (or 0x38410D) is unknown color: approx Turtle Green. HEX triplet: 38, 41 and 0D. RGB value is (56,65,13). Sum of RGB (Red+Green+Blue) = 56+65+13=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #38410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38410D is #C7BEF2. Grayscale: #383838. Windows color (decimal): -13090547 or 868664. OLE color: 868664.

HSL color Cylindrical-coordinate representation of color #38410D: hue angle of 70.38º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38410D is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB566513-
CMYK0.1400.800.75
HSL70.38º66.67%15.29%-
HSV(B)70.38º80%25.49%-
XYZ3.594.651.09-
YUV56.38103.52127.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 65 (25.78% from 255) = 48.51%
BLUE value IS 13 (5.47% from 255) = 9.70%
R=41.79%
G=48.51%
B=9.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665130.1400.800.7570.3866.6715.29
Hex3841DE0504B4643f
Octal701011516012011310610317
Binary111000100000111011110010100001001011100011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,65,13); }

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

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

 a { background-color: rgb(56,65,13); }

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

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

 span { border-color: rgb(56,65,13); }

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