#383908

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

Shades of Turtle Green #383908

Tints of Turtle Green #383908

Color information

#383908 (or 0x383908) is unknown color: approx Turtle Green. HEX triplet: 38, 39 and 08. RGB value is (56,57,8). Sum of RGB (Red+Green+Blue) = 56+57+8=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #383908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383908 is #C7C6F7. Grayscale: #333333. Windows color (decimal): -13092600 or 538936. OLE color: 538936.

HSL color Cylindrical-coordinate representation of color #383908: hue angle of 61.22º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #383908 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB56578-
CMYK0.0200.860.78
HSL61.22º75.38%12.75%-
HSV(B)61.22º85.96%22.35%-
XYZ3.143.780.79-
YUV51.11103.67131.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 57 (22.66% from 255) = 47.11%
BLUE value IS 8 (3.52% from 255) = 6.61%
R=46.28%
G=47.11%
B=6.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565780.0200.860.7861.2275.3812.75
Hex3839820564E3d4bd
Octal707110201261167511315
Binary11100011100110001001010110100111011110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383908; }

 p { color: rgb(56,57,8); }

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

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

 a { background-color: rgb(56,57,8); }

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

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

 span { border-color: rgb(56,57,8); }

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