#384810

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

Shades of Turtle Green #384810

Tints of Turtle Green #384810

Color information

#384810 (or 0x384810) is unknown color: approx Turtle Green. HEX triplet: 38, 48 and 10. RGB value is (56,72,16). Sum of RGB (Red+Green+Blue) = 56+72+16=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #384810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384810 is #C7B7EF. Grayscale: #3D3D3D. Windows color (decimal): -13088752 or 1067064. OLE color: 1067064.

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

Color convert

RGB567216-
CMYK0.2200.780.72
HSL77.14º63.64%17.25%-
HSV(B)77.14º77.78%28.24%-
XYZ4.045.511.34-
YUV60.83102.7124.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 11.11%
R=38.89%
G=50%
B=11.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672160.2200.780.7277.1463.6417.25
Hex3848101604E484d4011
Octal701102026011611011510021
Binary111000100100010000101100100111010010001001101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384810; }

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

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

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

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

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

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

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

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