#384602

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

Shades of Turtle Green #384602

Tints of Turtle Green #384602

Color information

#384602 (or 0x384602) is unknown color: approx Turtle Green. HEX triplet: 38, 46 and 02. RGB value is (56,70,2). Sum of RGB (Red+Green+Blue) = 56+70+2=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #384602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384602 is #C7B9FD. Grayscale: #3A3A3A. Windows color (decimal): -13089278 or 149048. OLE color: 149048.

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

Color convert

RGB56702-
CMYK0.2000.970.73
HSL72.35º94.44%14.12%-
HSV(B)72.35º97.14%27.45%-
XYZ3.835.230.86-
YUV58.0696.36126.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 2 (1.17% from 255) = 1.56%
R=43.75%
G=54.69%
B=1.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal567020.2000.970.7372.3594.4414.12
Hex384621406149485ee
Octal70106224014111111013616
Binary11100010001101010100011000011001001100100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384602; }

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

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

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

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

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

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

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

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