#383B07

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

Shades of Turtle Green #383B07

Tints of Turtle Green #383B07

Color information

#383B07 (or 0x383B07) is unknown color: approx Turtle Green. HEX triplet: 38, 3B and 07. RGB value is (56,59,7). Sum of RGB (Red+Green+Blue) = 56+59+7=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 59 (23.44% from 255 or 48.36% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 59 - color contains mainly: green. Hex color #383B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383B07 is #C7C4F8. Grayscale: #343434. Windows color (decimal): -13092089 or 473912. OLE color: 473912.

HSL color Cylindrical-coordinate representation of color #383B07: hue angle of 63.46º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #383B07 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.77.

Color convert

RGB56597-
CMYK0.0500.880.77
HSL63.46º78.79%12.94%-
HSV(B)63.46º88.14%23.14%-
XYZ3.233.980.8-
YUV52.18102.51130.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 59 (23.44% from 255) = 48.36%
BLUE value IS 7 (3.12% from 255) = 5.74%
R=45.90%
G=48.36%
B=5.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal565970.0500.880.7763.4678.7912.94
Hex383B750584D3f4fd
Octal70737501301157711715
Binary11100011101111110101011000100110111111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,59,7); }

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

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

 a { background-color: rgb(56,59,7); }

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

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

 span { border-color: rgb(56,59,7); }

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