#384800

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

Shades of Turtle Green #384800

Tints of Turtle Green #384800

Color information

#384800 (or 0x384800) is unknown color: approx Turtle Green. HEX triplet: 38, 48 and 00. RGB value is (56,72,0). Sum of RGB (Red+Green+Blue) = 56+72+0=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #384800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384800 is #C7B7FF. Grayscale: #3B3B3B. Windows color (decimal): -13088768 or 18488. OLE color: 18488.

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

Color convert

RGB56720-
CMYK0.22010.72
HSL73.33º100%14.12%-
HSV(B)73.33º100%28.24%-
XYZ3.955.480.85-
YUV59.0194.7125.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 72 (28.52% from 255) = 56.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.75%
G=56.25%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal567200.22010.7273.3310014.12
Hex3848016064484964e
Octal70110026014411011114416
Binary1110001001000010110011001001001000100100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384800; }

 p { color: rgb(56,72,0); }

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

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

 a { background-color: rgb(56,72,0); }

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

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

 span { border-color: rgb(56,72,0); }

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