#384B14

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

Shades of Turtle Green #384B14

Tints of Turtle Green #384B14

Color information

#384B14 (or 0x384B14) is unknown color: approx Turtle Green. HEX triplet: 38, 4B and 14. RGB value is (56,75,20). Sum of RGB (Red+Green+Blue) = 56+75+20=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #384B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B14 is #C7B4EB. Grayscale: #3F3F3F. Windows color (decimal): -13087980 or 1329976. OLE color: 1329976.

HSL color Cylindrical-coordinate representation of color #384B14: hue angle of 80.73º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384B14 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB567520-
CMYK0.2500.730.71
HSL80.73º57.89%18.63%-
HSV(B)80.73º73.33%29.41%-
XYZ4.275.921.58-
YUV63.05103.71122.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 75 (29.69% from 255) = 49.67%
BLUE value IS 20 (8.20% from 255) = 13.25%
R=37.09%
G=49.67%
B=13.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675200.2500.730.7180.7357.8918.63
Hex384B141904947513a13
Octal70113243101111071217223
Binary11100010010111010011001010010011000111101000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384B14; }

 p { color: rgb(56,75,20); }

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

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

 a { background-color: rgb(56,75,20); }

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

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

 span { border-color: rgb(56,75,20); }

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