Html Css Color HEX #137231 Camarone

📋 copy color: '#137231'

red 19 ◦ green 114 ◦ blue 49

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

Shades of Camarone #137231

Tints of Camarone #137231

RGB

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

 GREEN value IS 114 (44.92% from 255) = 62.64%

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

R = 10.44%
G = 62.64%
B = 26.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#137231 (or 0x137231) is known color: Camarone. HEX triplet: 13, 72 and 31. RGB value is (19,114,49). Sum of RGB (Red+Green+Blue) = 19+114+49=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #137231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137231 is #EC8DCE. Grayscale: #4E4E4E. Windows color (decimal): -15502799 or 3240467. OLE color: 3240467.

HSL color Cylindrical-coordinate representation of color #137231: hue angle of 138.95º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137231 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 49 -
CMYK 0.83 0 0.57 0.55
HSL 138.95º 0.71% 0.26% -
HSV(B) 138.95º 0.83% 0.45% -
XYZ 6.84 12.39 4.94 -
YUV 78.19 111.53 85.79 -
System Red Green Blue C M Y K H S L
Decimal 19 114 49 0.83 0 0.57 0.55 138.95 0.71 0.26
Hex 13 72 31 53 0 39 37 8B 47 1A
Octal 23 162 61 123 0 71 67 213 107 32
Binary 10011 1110010 110001 1010011 0 111001 110111 10001011 1000111 11010

Color Harmonies of #137231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137231

Black with #137231

Text Example


Text Example

White with #137231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137231; }

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

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

background-color css

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

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

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

border-color css

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

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

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