#384703

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

Shades of Turtle Green #384703

Tints of Turtle Green #384703

Color information

#384703 (or 0x384703) is unknown color: approx Turtle Green. HEX triplet: 38, 47 and 03. RGB value is (56,71,3). Sum of RGB (Red+Green+Blue) = 56+71+3=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #384703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384703 is #C7B8FC. Grayscale: #3B3B3B. Windows color (decimal): -13089021 or 214840. OLE color: 214840.

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

Color convert

RGB56713-
CMYK0.2100.960.72
HSL73.24º91.89%14.51%-
HSV(B)73.24º95.77%27.84%-
XYZ3.95.350.91-
YUV58.7696.53126.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.08%
GREEN value IS 71 (28.12% from 255) = 54.62%
BLUE value IS 3 (1.56% from 255) = 2.31%
R=43.08%
G=54.62%
B=2.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal567130.2100.960.7273.2491.8914.51
Hex384731506048495cf
Octal70107325014011011113417
Binary11100010001111110101011000001001000100100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384703; }

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

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

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

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

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

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

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

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