#384714

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

Shades of Turtle Green #384714

Tints of Turtle Green #384714

Color information

#384714 (or 0x384714) is unknown color: approx Turtle Green. HEX triplet: 38, 47 and 14. RGB value is (56,71,20). Sum of RGB (Red+Green+Blue) = 56+71+20=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #384714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384714 is #C7B8EB. Grayscale: #3C3C3C. Windows color (decimal): -13089004 or 1328952. OLE color: 1328952.

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

Color convert

RGB567120-
CMYK0.2100.720.72
HSL77.65º56.04%17.84%-
HSV(B)77.65º71.83%27.84%-
XYZ4.015.41.49-
YUV60.7105.03124.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 71 (28.12% from 255) = 48.30%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=38.10%
G=48.30%
B=13.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671200.2100.720.7277.6556.0417.84
Hex38471415048484e3812
Octal70107242501101101167022
Binary11100010001111010010101010010001001000100111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384714; }

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

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

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

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

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

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

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

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