#383F05

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

Shades of Turtle Green #383F05

Tints of Turtle Green #383F05

Color information

#383F05 (or 0x383F05) is unknown color: approx Turtle Green. HEX triplet: 38, 3F and 05. RGB value is (56,63,5). Sum of RGB (Red+Green+Blue) = 56+63+5=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #383F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383F05 is #C7C0FA. Grayscale: #363636. Windows color (decimal): -13091067 or 343864. OLE color: 343864.

HSL color Cylindrical-coordinate representation of color #383F05: hue angle of 67.24º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #383F05 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB56635-
CMYK0.1100.920.75
HSL67.24º85.29%13.33%-
HSV(B)67.24º92.06%24.71%-
XYZ3.444.410.81-
YUV54.29100.18129.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 63 (25% from 255) = 50.81%
BLUE value IS 5 (2.34% from 255) = 4.03%
R=45.16%
G=50.81%
B=4.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal566350.1100.920.7567.2485.2913.33
Hex383F5B05C4B4355d
Octal7077513013411310312515
Binary1110001111111011011010111001001011100001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F05; }

 p { color: rgb(56,63,5); }

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

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

 a { background-color: rgb(56,63,5); }

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

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

 span { border-color: rgb(56,63,5); }

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