Html Css Color HEX #137529 Camarone

📋 copy color: '#137529'

red 19 ◦ green 117 ◦ blue 41

#137529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camarone #137529

Tints of Camarone #137529

RGB

 RED value IS 19 (7.81% from 255) = 10.73%

 GREEN value IS 117 (46.09% from 255) = 66.1%

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 10.73%
G = 66.1%
B = 23.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#137529 (or 0x137529) is known color: Camarone. HEX triplet: 13, 75 and 29. RGB value is (19,117,41). Sum of RGB (Red+Green+Blue) = 19+117+41=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 117 (46.09% from 255 or 66.10% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 117 - color contains mainly: green. Hex color #137529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137529 is #EC8AD6. Grayscale: #4F4F4F. Windows color (decimal): -15502039 or 2716947. OLE color: 2716947.

HSL color Cylindrical-coordinate representation of color #137529: hue angle of 133.47º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137529 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 41 -
CMYK 0.84 0 0.65 0.54
HSL 133.47º 0.72% 0.27% -
HSV(B) 133.47º 0.84% 0.46% -
XYZ 7.03 13.02 4.24 -
YUV 79.03 106.53 85.18 -
System Red Green Blue C M Y K H S L
Decimal 19 117 41 0.84 0 0.65 0.54 133.47 0.72 0.27
Hex 13 75 29 54 0 41 36 85 48 1B
Octal 23 165 51 124 0 101 66 205 110 33
Binary 10011 1110101 101001 1010100 0 1000001 110110 10000101 1001000 11011

Color Harmonies of #137529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137529

Black with #137529

Text Example


Text Example

White with #137529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137529; }

 p { color: rgb(19,117,41); }

 H1.HeaderClassName
 {
   color: #137529;
 }
 .AnyTagClassName
 {
   color: #137529;
 }
</style>

background-color css

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

 a { background-color: rgb(19,117,41); }

 div.DivClassName
 {
   background-color: #137529;
 }
 .BgClassName
 {
   background-color: #137529;
 }
</style>

border-color css

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

 span { border-color: rgb(19,117,41); }

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