#384702

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

Shades of Turtle Green #384702

Tints of Turtle Green #384702

Color information

#384702 (or 0x384702) is unknown color: approx Turtle Green. HEX triplet: 38, 47 and 02. RGB value is (56,71,2). Sum of RGB (Red+Green+Blue) = 56+71+2=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #384702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384702 is #C7B8FD. Grayscale: #3A3A3A. Windows color (decimal): -13089022 or 149304. OLE color: 149304.

HSL color Cylindrical-coordinate representation of color #384702: hue angle of 73.04º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #384702 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB56712-
CMYK0.2100.970.72
HSL73.04º94.52%14.31%-
HSV(B)73.04º97.18%27.84%-
XYZ3.95.350.89-
YUV58.6596.03126.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 2 (1.17% from 255) = 1.55%
R=43.41%
G=55.04%
B=1.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal567120.2100.970.7273.0494.5214.31
Hex384721506148495fe
Octal70107225014111011113716
Binary11100010001111010101011000011001000100100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384702; }

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

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

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

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

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

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

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

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