Html Css Color HEX #137C36 Camarone

📋 copy color: '#137C36'

red 19 ◦ green 124 ◦ blue 54

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

Shades of Camarone #137C36

Tints of Camarone #137C36

RGB

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

 GREEN value IS 124 (48.83% from 255) = 62.94%

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

R = 9.64%
G = 62.94%
B = 27.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#137C36 (or 0x137C36) is known color: Camarone. HEX triplet: 13, 7C and 36. RGB value is (19,124,54). Sum of RGB (Red+Green+Blue) = 19+124+54=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 124 (48.83% from 255 or 62.94% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 124 - color contains mainly: green. Hex color #137C36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C36 is #EC83C9. Grayscale: #545454. Windows color (decimal): -15500234 or 3570707. OLE color: 3570707.

HSL color Cylindrical-coordinate representation of color #137C36: hue angle of 140º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137C36 is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 124 54 -
CMYK 0.85 0 0.56 0.51
HSL 140º 0.73% 0.28% -
HSV(B) 140º 0.85% 0.49% -
XYZ 8.14 14.82 5.92 -
YUV 84.63 110.71 81.19 -
System Red Green Blue C M Y K H S L
Decimal 19 124 54 0.85 0 0.56 0.51 140 0.73 0.28
Hex 13 7C 36 55 0 38 33 8C 49 1C
Octal 23 174 66 125 0 70 63 214 111 34
Binary 10011 1111100 110110 1010101 0 111000 110011 10001100 1001001 11100

Color Harmonies of #137C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C36

Black with #137C36

Text Example


Text Example

White with #137C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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