#06382B

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

Shades of Dark Green #06382B

Tints of Dark Green #06382B

Color information

#06382B (or 0x06382B) is unknown color: approx Dark Green. HEX triplet: 06, 38 and 2B. RGB value is (6,56,43). Sum of RGB (Red+Green+Blue) = 6+56+43=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #06382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06382B is #F9C7D4. Grayscale: #272727. Windows color (decimal): -16369621 or 2832390. OLE color: 2832390.

HSL color Cylindrical-coordinate representation of color #06382B: hue angle of 164.4º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06382B is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB65643-
CMYK0.8900.230.78
HSL164.4º80.65%12.16%-
HSV(B)164.4º89.29%21.96%-
XYZ1.933.042.77-
YUV39.57129.94104.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 56 (22.27% from 255) = 53.33%
BLUE value IS 43 (17.19% from 255) = 40.95%
R=5.71%
G=53.33%
B=40.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal656430.8900.230.78164.480.6512.16
Hex6382B590174Ea451c
Octal6705313102711624412114
Binary110111000101011101100101011110011101010010010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06382B; }

 p { color: rgb(6,56,43); }

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

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

 a { background-color: rgb(6,56,43); }

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

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

 span { border-color: rgb(6,56,43); }

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