#1B6327

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

Shades of Camarone #1B6327

Tints of Camarone #1B6327

Color information

#1B6327 (or 0x1B6327) is unknown color: approx Camarone. HEX triplet: 1B, 63 and 27. RGB value is (27,99,39). Sum of RGB (Red+Green+Blue) = 27+99+39=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #1B6327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6327 is #E49CD8. Grayscale: #464646. Windows color (decimal): -14982361 or 2581275. OLE color: 2581275.

HSL color Cylindrical-coordinate representation of color #1B6327: hue angle of 130º 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 #1B6327 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB279939-
CMYK0.7300.610.61
HSL130º57.14%24.71%-
HSV(B)130º72.73%38.82%-
XYZ5.289.33.44-
YUV70.63110.1596.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.36%
GREEN value IS 99 (39.06% from 255) = 60%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=16.36%
G=60%
B=23.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2799390.7300.610.6113057.1424.71
Hex1B63274903D3D823919
Octal3314347111075752027131
Binary110111100011100111100100101111011111011000001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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