Html Css Color HEX #137631 Camarone

📋 copy color: '#137631'

red 19 ◦ green 118 ◦ blue 49

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

Shades of Camarone #137631

Tints of Camarone #137631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.34%

R = 10.22%
G = 63.44%
B = 26.34%

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

#137631 (or 0x137631) is known color: Camarone. HEX triplet: 13, 76 and 31. RGB value is (19,118,49). Sum of RGB (Red+Green+Blue) = 19+118+49=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 118 (46.48% from 255 or 63.44% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 118 - color contains mainly: green. Hex color #137631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137631 is #EC89CE. Grayscale: #505050. Windows color (decimal): -15501775 or 3241491. OLE color: 3241491.

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

Color convert

RGB 19 118 49 -
CMYK 0.84 0 0.58 0.54
HSL 138.18º 0.72% 0.27% -
HSV(B) 138.18º 0.84% 0.46% -
XYZ 7.3 13.32 5.09 -
YUV 80.53 110.2 84.11 -
System Red Green Blue C M Y K H S L
Decimal 19 118 49 0.84 0 0.58 0.54 138.18 0.72 0.27
Hex 13 76 31 54 0 3A 36 8A 48 1B
Octal 23 166 61 124 0 72 66 212 110 33
Binary 10011 1110110 110001 1010100 0 111010 110110 10001010 1001000 11011

Color Harmonies of #137631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137631

Black with #137631

Text Example


Text Example

White with #137631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137631; }

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

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

background-color css

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

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

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

border-color css

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

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

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