Shades of Camarone #277C3D
Tints of Camarone #277C3D
RGB
CMYK
RGB Variations
Color information
#277C3D (or 0x277C3D) is known color: Camarone. HEX triplet: 27, 7C and 3D. RGB value is (39,124,61). Sum of RGB (Red+Green+Blue) = 39+124+61=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #277C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277C3D is #D883C2. Grayscale: #5B5B5B. Windows color (decimal): -14189507 or 4029479. OLE color: 4029479.
HSL color Cylindrical-coordinate representation of color #277C3D: hue angle of 135.53º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277C3D is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 124 | 61 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.51 |
| HSL | 135.53º | 0.52% | 0.32% | - |
| HSV(B) | 135.53º | 0.69% | 0.49% | - |
| XYZ | 8.89 | 15.18 | 6.88 | - |
| YUV | 91.4 | 110.84 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 61 | 0.69 | 0 | 0.51 | 0.51 | 135.53 | 0.52 | 0.32 |
| Hex | 27 | 7C | 3D | 45 | 0 | 33 | 33 | 88 | 34 | 20 |
| Octal | 47 | 174 | 75 | 105 | 0 | 63 | 63 | 210 | 64 | 40 |
| Binary | 100111 | 1111100 | 111101 | 1000101 | 0 | 110011 | 110011 | 10001000 | 110100 | 100000 |
Color Harmonies of #277C3D
Complementary color
Monochromatic Colors of #277C3D
Black with #277C3D
Text Example
Text Example
White with #277C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277C3D; }
p { color: rgb(39,124,61); }
H1.HeaderClassName
{
color: #277C3D;
}
.AnyTagClassName
{
color: #277C3D;
}
</style>
background-color css
<style>
a { background-color: #277C3D; }
a { background-color: rgb(39,124,61); }
div.DivClassName
{
background-color: #277C3D;
}
.BgClassName
{
background-color: #277C3D;
}
</style>
border-color css
<style>
span { border-color: #277C3D; }
span { border-color: rgb(39,124,61); }
td.TdClassName
{
border-color: #277C3D;
}
.TagClassName
{
border-color: #277C3D;
}
</style>