#384B06

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

Shades of Turtle Green #384B06

Tints of Turtle Green #384B06

Color information

#384B06 (or 0x384B06) is unknown color: approx Turtle Green. HEX triplet: 38, 4B and 06. RGB value is (56,75,6). Sum of RGB (Red+Green+Blue) = 56+75+6=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 75 (29.69% from 255 or 54.74% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 75 - color contains mainly: green. Hex color #384B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B06 is #C7B4F9. Grayscale: #3D3D3D. Windows color (decimal): -13087994 or 412472. OLE color: 412472.

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

Color convert

RGB56756-
CMYK0.2500.920.71
HSL76.52º85.19%15.88%-
HSV(B)76.52º92%29.41%-
XYZ4.185.891.09-
YUV61.4596.71124.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 75 (29.69% from 255) = 54.74%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=40.88%
G=54.74%
B=4.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal567560.2500.920.7176.5285.1915.88
Hex384B61905C474d5510
Octal70113631013410711512520
Binary1110001001011110110010101110010001111001101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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