Html Css Color HEX #137632 Camarone

📋 copy color: '#137632'

red 19 ◦ green 118 ◦ blue 50

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

Shades of Camarone #137632

Tints of Camarone #137632

RGB

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

 GREEN value IS 118 (46.48% from 255) = 63.1%

 BLUE value IS 50 (19.92% from 255) = 26.74%

R = 10.16%
G = 63.1%
B = 26.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#137632 (or 0x137632) is known color: Camarone. HEX triplet: 13, 76 and 32. RGB value is (19,118,50). Sum of RGB (Red+Green+Blue) = 19+118+50=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #137632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137632 is #EC89CD. Grayscale: #505050. Windows color (decimal): -15501774 or 3307027. OLE color: 3307027.

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

Color convert

RGB 19 118 50 -
CMYK 0.84 0 0.58 0.54
HSL 138.79º 0.72% 0.27% -
HSV(B) 138.79º 0.84% 0.46% -
XYZ 7.32 13.33 5.2 -
YUV 80.65 110.7 84.03 -
System Red Green Blue C M Y K H S L
Decimal 19 118 50 0.84 0 0.58 0.54 138.79 0.72 0.27
Hex 13 76 32 54 0 3A 36 8B 48 1B
Octal 23 166 62 124 0 72 66 213 110 33
Binary 10011 1110110 110010 1010100 0 111010 110110 10001011 1001000 11011

Color Harmonies of #137632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137632

Black with #137632

Text Example


Text Example

White with #137632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137632; }

 p { color: rgb(19,118,50); }

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

background-color css

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

 a { background-color: rgb(19,118,50); }

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

border-color css

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

 span { border-color: rgb(19,118,50); }

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