#384601

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

Shades of Turtle Green #384601

Tints of Turtle Green #384601

Color information

#384601 (or 0x384601) is unknown color: approx Turtle Green. HEX triplet: 38, 46 and 01. RGB value is (56,70,1). Sum of RGB (Red+Green+Blue) = 56+70+1=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #384601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384601 is #C7B9FE. Grayscale: #3A3A3A. Windows color (decimal): -13089279 or 83512. OLE color: 83512.

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

Color convert

RGB56701-
CMYK0.2000.990.73
HSL72.17º97.18%13.92%-
HSV(B)72.17º98.57%27.45%-
XYZ3.835.220.84-
YUV57.9595.86126.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=44.09%
G=55.12%
B=0.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal567010.2000.990.7372.1797.1813.92
Hex3846114063494861e
Octal70106124014311111014116
Binary1110001000110110100011000111001001100100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384601; }

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

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

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

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

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

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

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

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