Html Css Color HEX #137C29 Camarone

📋 copy color: '#137C29'

red 19 ◦ green 124 ◦ blue 41

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

Shades of Camarone #137C29

Tints of Camarone #137C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.28%

R = 10.33%
G = 67.39%
B = 22.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#137C29 (or 0x137C29) is known color: Camarone. HEX triplet: 13, 7C and 29. RGB value is (19,124,41). Sum of RGB (Red+Green+Blue) = 19+124+41=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 124 (48.83% from 255 or 67.39% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 124 - color contains mainly: green. Hex color #137C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C29 is #EC83D6. Grayscale: #535353. Windows color (decimal): -15500247 or 2718739. OLE color: 2718739.

HSL color Cylindrical-coordinate representation of color #137C29: hue angle of 132.57º 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 #137C29 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 124 41 -
CMYK 0.85 0 0.67 0.51
HSL 132.57º 0.73% 0.28% -
HSV(B) 132.57º 0.85% 0.49% -
XYZ 7.88 14.71 4.52 -
YUV 83.14 104.21 82.25 -
System Red Green Blue C M Y K H S L
Decimal 19 124 41 0.85 0 0.67 0.51 132.57 0.73 0.28
Hex 13 7C 29 55 0 43 33 85 49 1C
Octal 23 174 51 125 0 103 63 205 111 34
Binary 10011 1111100 101001 1010101 0 1000011 110011 10000101 1001001 11100

Color Harmonies of #137C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C29

Black with #137C29

Text Example


Text Example

White with #137C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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