#384103

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

Shades of Turtle Green #384103

Tints of Turtle Green #384103

Color information

#384103 (or 0x384103) is unknown color: approx Turtle Green. HEX triplet: 38, 41 and 03. RGB value is (56,65,3). Sum of RGB (Red+Green+Blue) = 56+65+3=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #384103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384103 is #C7BEFC. Grayscale: #373737. Windows color (decimal): -13090557 or 213304. OLE color: 213304.

HSL color Cylindrical-coordinate representation of color #384103: hue angle of 68.71º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #384103 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB56653-
CMYK0.1400.950.75
HSL68.71º91.18%13.33%-
HSV(B)68.71º95.38%25.49%-
XYZ3.544.630.79-
YUV55.2498.52128.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 3 (1.56% from 255) = 2.42%
R=45.16%
G=52.42%
B=2.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal566530.1400.950.7568.7191.1813.33
Hex38413E05F4B455bd
Octal70101316013711310513315
Binary1110001000001111110010111111001011100010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384103; }

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

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

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

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

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

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

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

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