#383E03

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

Shades of Turtle Green #383E03

Tints of Turtle Green #383E03

Color information

#383E03 (or 0x383E03) is unknown color: approx Turtle Green. HEX triplet: 38, 3E and 03. RGB value is (56,62,3). Sum of RGB (Red+Green+Blue) = 56+62+3=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 62 (24.61% from 255 or 51.24% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 62 - color contains mainly: green. Hex color #383E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383E03 is #C7C1FC. Grayscale: #353535. Windows color (decimal): -13091325 or 212536. OLE color: 212536.

HSL color Cylindrical-coordinate representation of color #383E03: hue angle of 66.1º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #383E03 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB56623-
CMYK0.1000.950.76
HSL66.1º90.77%12.75%-
HSV(B)66.1º95.16%24.31%-
XYZ3.374.290.74-
YUV53.4899.51129.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 62 (24.61% from 255) = 51.24%
BLUE value IS 3 (1.56% from 255) = 2.48%
R=46.28%
G=51.24%
B=2.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal566230.1000.950.7666.190.7712.75
Hex383E3A05F4C425bd
Octal7076312013711410213315
Binary111000111110111010010111111001100100001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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