#1B6330

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

Shades of Camarone #1B6330

Tints of Camarone #1B6330

Color information

#1B6330 (or 0x1B6330) is unknown color: approx Camarone. HEX triplet: 1B, 63 and 30. RGB value is (27,99,48). Sum of RGB (Red+Green+Blue) = 27+99+48=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #1B6330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6330 is #E49CCF. Grayscale: #474747. Windows color (decimal): -14982352 or 3171099. OLE color: 3171099.

HSL color Cylindrical-coordinate representation of color #1B6330: hue angle of 137.5º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B6330 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB279948-
CMYK0.7300.520.61
HSL137.5º57.14%24.71%-
HSV(B)137.5º72.73%38.82%-
XYZ5.459.374.32-
YUV71.66114.6596.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.52%
GREEN value IS 99 (39.06% from 255) = 56.90%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=15.52%
G=56.90%
B=27.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2799480.7300.520.61137.557.1424.71
Hex1B6330490343D8a3919
Octal3314360111064752127131
Binary110111100011110000100100101101001111011000101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,99,48); }

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

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

 a { background-color: rgb(27,99,48); }

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

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

 span { border-color: rgb(27,99,48); }

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