#383C0F

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

Shades of Turtle Green #383C0F

Tints of Turtle Green #383C0F

Color information

#383C0F (or 0x383C0F) is unknown color: approx Turtle Green. HEX triplet: 38, 3C and 0F. RGB value is (56,60,15). Sum of RGB (Red+Green+Blue) = 56+60+15=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 60 - color contains mainly: green. Hex color #383C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383C0F is #C7C3F0. Grayscale: #353535. Windows color (decimal): -13091825 or 998456. OLE color: 998456.

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

Color convert

RGB566015-
CMYK0.0700.750.76
HSL65.33º60%14.71%-
HSV(B)65.33º75%23.53%-
XYZ3.334.111.07-
YUV53.67106.17129.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 60 (23.83% from 255) = 45.80%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=42.75%
G=45.80%
B=11.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5660150.0700.750.7665.336014.71
Hex383CF704B4C413cf
Octal707417701131141017417
Binary111000111100111111101001011100110010000011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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