#383E0F

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

Shades of Turtle Green #383E0F

Tints of Turtle Green #383E0F

Color information

#383E0F (or 0x383E0F) is unknown color: approx Turtle Green. HEX triplet: 38, 3E and 0F. RGB value is (56,62,15). Sum of RGB (Red+Green+Blue) = 56+62+15=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 62 (24.61% from 255 or 46.62% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 62 - color contains mainly: green. Hex color #383E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383E0F is #C7C1F0. Grayscale: #373737. Windows color (decimal): -13091313 or 998968. OLE color: 998968.

HSL color Cylindrical-coordinate representation of color #383E0F: hue angle of 67.66º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #383E0F is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.76.

Color convert

RGB566215-
CMYK0.1000.760.76
HSL67.66º61.04%15.1%-
HSV(B)67.66º75.81%24.31%-
XYZ3.444.321.1-
YUV54.85105.51128.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 62 (24.61% from 255) = 46.62%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=42.11%
G=46.62%
B=11.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5662150.1000.760.7667.6661.0415.1
Hex383EFA04C4C443df
Octal7076171201141141047517
Binary1110001111101111101001001100100110010001001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383E0F; }

 p { color: rgb(56,62,15); }

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

<style>
 a { background-color: #383E0F; }

 a { background-color: rgb(56,62,15); }

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

<style>
 span { border-color: #383E0F; }

 span { border-color: rgb(56,62,15); }

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