#384B03

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

Shades of Turtle Green #384B03

Tints of Turtle Green #384B03

Color information

#384B03 (or 0x384B03) is unknown color: approx Turtle Green. HEX triplet: 38, 4B and 03. RGB value is (56,75,3). Sum of RGB (Red+Green+Blue) = 56+75+3=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 75 (29.69% from 255 or 55.97% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 75 - color contains mainly: green. Hex color #384B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B03 is #C7B4FC. Grayscale: #3D3D3D. Windows color (decimal): -13087997 or 215864. OLE color: 215864.

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

Color convert

RGB56753-
CMYK0.2500.960.71
HSL75.83º92.31%15.29%-
HSV(B)75.83º96%29.41%-
XYZ4.165.881-
YUV61.1195.21124.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 75 (29.69% from 255) = 55.97%
BLUE value IS 3 (1.56% from 255) = 2.24%
R=41.79%
G=55.97%
B=2.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal567530.2500.960.7175.8392.3115.29
Hex384B319060474c5cf
Octal70113331014010711413417
Binary11100010010111111001011000001000111100110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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