#383804

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

Shades of Turtle Green #383804

Tints of Turtle Green #383804

Color information

#383804 (or 0x383804) is unknown color: approx Turtle Green. HEX triplet: 38, 38 and 04. RGB value is (56,56,4). Sum of RGB (Red+Green+Blue) = 56+56+4=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383804 is #C7C7FB. Grayscale: #323232. Windows color (decimal): -13092860 or 276536. OLE color: 276536.

HSL color Cylindrical-coordinate representation of color #383804: hue angle of 60º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #383804 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB56564-
CMYK000.930.78
HSL60º86.67%11.76%-
HSV(B)60º92.86%21.96%-
XYZ3.073.680.66-
YUV50.07102132.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 56 (22.27% from 255) = 48.28%
BLUE value IS 4 (1.95% from 255) = 3.45%
R=48.28%
G=48.28%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56564000.930.786086.6711.76
Hex38384005D4E3c57c
Octal70704001351167412714
Binary111000111000100001011101100111011110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383804; }

 p { color: rgb(56,56,4); }

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

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

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

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

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

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

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