#384903

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

Shades of Turtle Green #384903

Tints of Turtle Green #384903

Color information

#384903 (or 0x384903) is unknown color: approx Turtle Green. HEX triplet: 38, 49 and 03. RGB value is (56,73,3). Sum of RGB (Red+Green+Blue) = 56+73+3=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #384903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384903 is #C7B6FC. Grayscale: #3C3C3C. Windows color (decimal): -13088509 or 215352. OLE color: 215352.

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

Color convert

RGB56733-
CMYK0.2300.960.71
HSL74.57º92.11%14.9%-
HSV(B)74.57º95.89%28.63%-
XYZ4.035.610.96-
YUV59.9495.87125.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 73 (28.91% from 255) = 55.30%
BLUE value IS 3 (1.56% from 255) = 2.27%
R=42.42%
G=55.30%
B=2.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal567330.2300.960.7174.5792.1114.9
Hex3849317060474b5cf
Octal70111327014010711313417
Binary11100010010011110111011000001000111100101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384903; }

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

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

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

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

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

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

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

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