#384812

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

Shades of Turtle Green #384812

Tints of Turtle Green #384812

Color information

#384812 (or 0x384812) is unknown color: approx Turtle Green. HEX triplet: 38, 48 and 12. RGB value is (56,72,18). Sum of RGB (Red+Green+Blue) = 56+72+18=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #384812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384812 is #C7B7ED. Grayscale: #3D3D3D. Windows color (decimal): -13088750 or 1198136. OLE color: 1198136.

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

Color convert

RGB567218-
CMYK0.2200.750.72
HSL77.78º60%17.65%-
HSV(B)77.78º75%28.24%-
XYZ4.065.521.42-
YUV61.06103.7124.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 72 (28.52% from 255) = 49.32%
BLUE value IS 18 (7.42% from 255) = 12.33%
R=38.36%
G=49.32%
B=12.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672180.2200.750.7277.786017.65
Hex3848121604B484e3c12
Octal70110222601131101167422
Binary11100010010001001010110010010111001000100111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384812; }

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

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

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

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

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

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

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

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