#384804

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

Shades of Turtle Green #384804

Tints of Turtle Green #384804

Color information

#384804 (or 0x384804) is unknown color: approx Turtle Green. HEX triplet: 38, 48 and 04. RGB value is (56,72,4). Sum of RGB (Red+Green+Blue) = 56+72+4=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #384804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384804 is #C7B7FB. Grayscale: #3B3B3B. Windows color (decimal): -13088764 or 280632. OLE color: 280632.

HSL color Cylindrical-coordinate representation of color #384804: hue angle of 74.12º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #384804 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB56724-
CMYK0.2200.940.72
HSL74.12º89.47%14.9%-
HSV(B)74.12º94.44%28.24%-
XYZ3.975.480.96-
YUV59.4696.7125.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 72 (28.52% from 255) = 54.55%
BLUE value IS 4 (1.95% from 255) = 3.03%
R=42.42%
G=54.55%
B=3.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal567240.2200.940.7274.1289.4714.9
Hex384841605E484a59f
Octal70110426013611011213117
Binary111000100100010010110010111101001000100101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384804; }

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

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

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

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

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

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

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

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