#384605

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

Shades of Turtle Green #384605

Tints of Turtle Green #384605

Color information

#384605 (or 0x384605) is unknown color: approx Turtle Green. HEX triplet: 38, 46 and 05. RGB value is (56,70,5). Sum of RGB (Red+Green+Blue) = 56+70+5=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #384605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384605 is #C7B9FA. Grayscale: #3A3A3A. Windows color (decimal): -13089275 or 345656. OLE color: 345656.

HSL color Cylindrical-coordinate representation of color #384605: hue angle of 72.92º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #384605 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB56705-
CMYK0.2000.930.73
HSL72.92º86.67%14.71%-
HSV(B)72.92º92.86%27.45%-
XYZ3.855.230.95-
YUV58.497.86126.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 70 (27.73% from 255) = 53.44%
BLUE value IS 5 (2.34% from 255) = 3.82%
R=42.75%
G=53.44%
B=3.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal567050.2000.930.7372.9286.6714.71
Hex384651405D494957f
Octal70106524013511111112717
Binary111000100011010110100010111011001001100100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384605; }

 p { color: rgb(56,70,5); }

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

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

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

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

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

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

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