Html Css Color HEX #137237 Camarone

📋 copy color: '#137237'

red 19 ◦ green 114 ◦ blue 55

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

Shades of Camarone #137237

Tints of Camarone #137237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 29.26%

R = 10.11%
G = 60.64%
B = 29.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#137237 (or 0x137237) is known color: Camarone. HEX triplet: 13, 72 and 37. RGB value is (19,114,55). Sum of RGB (Red+Green+Blue) = 19+114+55=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #137237 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137237 is #EC8DC8. Grayscale: #4F4F4F. Windows color (decimal): -15502793 or 3633683. OLE color: 3633683.

HSL color Cylindrical-coordinate representation of color #137237: hue angle of 142.74º 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 #137237 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 55 -
CMYK 0.83 0 0.52 0.55
HSL 142.74º 0.71% 0.26% -
HSV(B) 142.74º 0.83% 0.45% -
XYZ 6.98 12.45 5.65 -
YUV 78.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 19 114 55 0.83 0 0.52 0.55 142.74 0.71 0.26
Hex 13 72 37 53 0 34 37 8F 47 1A
Octal 23 162 67 123 0 64 67 217 107 32
Binary 10011 1110010 110111 1010011 0 110100 110111 10001111 1000111 11010

Color Harmonies of #137237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137237

Black with #137237

Text Example


Text Example

White with #137237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137237; }

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

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

background-color css

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

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

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

border-color css

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

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

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