Html Css Color HEX #137236 Camarone

📋 copy color: '#137236'

red 19 ◦ green 114 ◦ blue 54

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

Shades of Camarone #137236

Tints of Camarone #137236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.88%

R = 10.16%
G = 60.96%
B = 28.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#137236 (or 0x137236) is known color: Camarone. HEX triplet: 13, 72 and 36. RGB value is (19,114,54). Sum of RGB (Red+Green+Blue) = 19+114+54=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #137236 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137236 is #EC8DC9. Grayscale: #4E4E4E. Windows color (decimal): -15502794 or 3568147. OLE color: 3568147.

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

Color convert

RGB 19 114 54 -
CMYK 0.83 0 0.53 0.55
HSL 142.11º 0.71% 0.26% -
HSV(B) 142.11º 0.83% 0.45% -
XYZ 6.95 12.44 5.52 -
YUV 78.76 114.03 85.38 -
System Red Green Blue C M Y K H S L
Decimal 19 114 54 0.83 0 0.53 0.55 142.11 0.71 0.26
Hex 13 72 36 53 0 35 37 8E 47 1A
Octal 23 162 66 123 0 65 67 216 107 32
Binary 10011 1110010 110110 1010011 0 110101 110111 10001110 1000111 11010

Color Harmonies of #137236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137236

Black with #137236

Text Example


Text Example

White with #137236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137236; }

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

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

background-color css

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

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

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

border-color css

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

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

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