Shades of Fun Green #065A38
Tints of Fun Green #065A38
RGB
CMYK
RGB Variations
Color information
#065A38 (or 0x065A38) is known color: Fun Green. HEX triplet: 06, 5A and 38. RGB value is (6,90,56). Sum of RGB (Red+Green+Blue) = 6+90+56=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #065A38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065A38 is #F9A5C7. Grayscale: #3D3D3D. Windows color (decimal): -16360904 or 3693062. OLE color: 3693062.
HSL color Cylindrical-coordinate representation of color #065A38: hue angle of 155.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065A38 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 90 | 56 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.65 |
| HSL | 155.71º | 0.88% | 0.19% | - |
| HSV(B) | 155.71º | 0.93% | 0.35% | - |
| XYZ | 4.45 | 7.64 | 4.98 | - |
| YUV | 61.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 56 | 0.93 | 0 | 0.38 | 0.65 | 155.71 | 0.88 | 0.19 |
| Hex | 6 | 5A | 38 | 5D | 0 | 26 | 41 | 9C | 58 | 13 |
| Octal | 6 | 132 | 70 | 135 | 0 | 46 | 101 | 234 | 130 | 23 |
| Binary | 110 | 1011010 | 111000 | 1011101 | 0 | 100110 | 1000001 | 10011100 | 1011000 | 10011 |
Color Harmonies of #065A38
Complementary color
Monochromatic Colors of #065A38
Black with #065A38
Text Example
Text Example
White with #065A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A38; }
p { color: rgb(6,90,56); }
H1.HeaderClassName
{
color: #065A38;
}
.AnyTagClassName
{
color: #065A38;
}
</style>
background-color css
<style>
a { background-color: #065A38; }
a { background-color: rgb(6,90,56); }
div.DivClassName
{
background-color: #065A38;
}
.BgClassName
{
background-color: #065A38;
}
</style>
border-color css
<style>
span { border-color: #065A38; }
span { border-color: rgb(6,90,56); }
td.TdClassName
{
border-color: #065A38;
}
.TagClassName
{
border-color: #065A38;
}
</style>