Html Css Color HEX #137523 Camarone

📋 copy color: '#137523'

red 19 ◦ green 117 ◦ blue 35

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

Shades of Camarone #137523

Tints of Camarone #137523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.47%

R = 11.11%
G = 68.42%
B = 20.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#137523 (or 0x137523) is known color: Camarone. HEX triplet: 13, 75 and 23. RGB value is (19,117,35). Sum of RGB (Red+Green+Blue) = 19+117+35=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 117 (46.09% from 255 or 68.42% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 117 - color contains mainly: green. Hex color #137523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137523 is #EC8ADC. Grayscale: #4E4E4E. Windows color (decimal): -15502045 or 2323731. OLE color: 2323731.

HSL color Cylindrical-coordinate representation of color #137523: hue angle of 129.8º 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 #137523 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 35 -
CMYK 0.84 0 0.70 0.54
HSL 129.8º 0.72% 0.27% -
HSV(B) 129.8º 0.84% 0.46% -
XYZ 6.93 12.98 3.73 -
YUV 78.35 103.53 85.67 -
System Red Green Blue C M Y K H S L
Decimal 19 117 35 0.84 0 0.70 0.54 129.8 0.72 0.27
Hex 13 75 23 54 0 46 36 82 48 1B
Octal 23 165 43 124 0 106 66 202 110 33
Binary 10011 1110101 100011 1010100 0 1000110 110110 10000010 1001000 11011

Color Harmonies of #137523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137523

Black with #137523

Text Example


Text Example

White with #137523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137523; }

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

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

background-color css

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

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

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

border-color css

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

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

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