#1B7735

Color #1B7735 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #1B7735

Tints of Camarone #1B7735

Color information

#1B7735 (or 0x1B7735) is unknown color: approx Camarone. HEX triplet: 1B, 77 and 35. RGB value is (27,119,53). Sum of RGB (Red+Green+Blue) = 27+119+53=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7735 is #E488CA. Grayscale: #545454. Windows color (decimal): -14977227 or 3503899. OLE color: 3503899.

HSL color Cylindrical-coordinate representation of color #1B7735: hue angle of 136.96º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7735 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB2711953-
CMYK0.7700.550.53
HSL136.96º63.01%28.63%-
HSV(B)136.96º77.31%46.67%-
XYZ7.6913.685.6-
YUV83.97110.5287.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.57%
GREEN value IS 119 (46.88% from 255) = 59.80%
BLUE value IS 53 (21.09% from 255) = 26.63%
R=13.57%
G=59.80%
B=26.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27119530.7700.550.53136.9663.0128.63
Hex1B77354D03735893f1d
Octal3316765115067652117735
Binary110111110111110101100110101101111101011000100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B7735; }

 p { color: rgb(27,119,53); }

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

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

 a { background-color: rgb(27,119,53); }

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

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

 span { border-color: rgb(27,119,53); }

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