#383703

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

Shades of Turtle Green #383703

Tints of Turtle Green #383703

Color information

#383703 (or 0x383703) is unknown color: approx Turtle Green. HEX triplet: 38, 37 and 03. RGB value is (56,55,3). Sum of RGB (Red+Green+Blue) = 56+55+3=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #383703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383703 is #C7C8FC. Grayscale: #313131. Windows color (decimal): -13093117 or 210744. OLE color: 210744.

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

Color convert

RGB56553-
CMYK00.020.950.78
HSL58.87º89.83%11.57%-
HSV(B)58.87º94.64%21.96%-
XYZ3.013.580.62-
YUV49.37101.83132.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 55 (21.88% from 255) = 48.25%
BLUE value IS 3 (1.56% from 255) = 2.63%
R=49.12%
G=48.25%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5655300.020.950.7858.8789.8311.57
Hex38373025F4E3b5ac
Octal70673021371167313214
Binary111000110111110101011111100111011101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383703; }

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

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

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

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

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

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

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

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