#383905

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

Shades of Turtle Green #383905

Tints of Turtle Green #383905

Color information

#383905 (or 0x383905) is unknown color: approx Turtle Green. HEX triplet: 38, 39 and 05. RGB value is (56,57,5). Sum of RGB (Red+Green+Blue) = 56+57+5=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #383905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383905 is #C7C6FA. Grayscale: #323232. Windows color (decimal): -13092603 or 342328. OLE color: 342328.

HSL color Cylindrical-coordinate representation of color #383905: hue angle of 61.15º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #383905 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB56575-
CMYK0.0200.910.78
HSL61.15º83.87%12.16%-
HSV(B)61.15º91.23%22.35%-
XYZ3.123.780.71-
YUV50.77102.17131.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.46%
GREEN value IS 57 (22.66% from 255) = 48.31%
BLUE value IS 5 (2.34% from 255) = 4.24%
R=47.46%
G=48.31%
B=4.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565750.0200.910.7861.1583.8712.16
Hex38395205B4E3d54c
Octal70715201331167512414
Binary1110001110011011001011011100111011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383905; }

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

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

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

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

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

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

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

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