#384100

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

Shades of Turtle Green #384100

Tints of Turtle Green #384100

Color information

#384100 (or 0x384100) is unknown color: approx Turtle Green. HEX triplet: 38, 41 and 00. RGB value is (56,65,0). Sum of RGB (Red+Green+Blue) = 56+65+0=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #384100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384100 is #C7BEFF. Grayscale: #373737. Windows color (decimal): -13090560 or 16696. OLE color: 16696.

HSL color Cylindrical-coordinate representation of color #384100: hue angle of 68.31º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #384100 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB56650-
CMYK0.14010.75
HSL68.31º100%12.75%-
HSV(B)68.31º100%25.49%-
XYZ3.524.620.71-
YUV54.997.02128.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.28%
G=53.72%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal566500.14010.7568.3110012.75
Hex38410E0644B4464d
Octal70101016014411310414415
Binary111000100000101110011001001001011100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384100; }

 p { color: rgb(56,65,0); }

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

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

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

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

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

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

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