#384B13

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

Shades of Turtle Green #384B13

Tints of Turtle Green #384B13

Color information

#384B13 (or 0x384B13) is unknown color: approx Turtle Green. HEX triplet: 38, 4B and 13. RGB value is (56,75,19). Sum of RGB (Red+Green+Blue) = 56+75+19=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 75 (29.69% from 255 or 50% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 75 - color contains mainly: green. Hex color #384B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B13 is #C7B4EC. Grayscale: #3F3F3F. Windows color (decimal): -13087981 or 1264440. OLE color: 1264440.

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

Color convert

RGB567519-
CMYK0.2500.750.71
HSL80.36º59.57%18.43%-
HSV(B)80.36º74.67%29.41%-
XYZ4.265.921.53-
YUV62.93103.21123.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 75 (29.69% from 255) = 50%
BLUE value IS 19 (7.81% from 255) = 12.67%
R=37.33%
G=50%
B=12.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675190.2500.750.7180.3659.5718.43
Hex384B131904B47503c12
Octal70113233101131071207422
Binary11100010010111001111001010010111000111101000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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