Html Css Color HEX #137C34 Camarone

📋 copy color: '#137C34'

red 19 ◦ green 124 ◦ blue 52

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

Shades of Camarone #137C34

Tints of Camarone #137C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.67%

R = 9.74%
G = 63.59%
B = 26.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#137C34 (or 0x137C34) is known color: Camarone. HEX triplet: 13, 7C and 34. RGB value is (19,124,52). Sum of RGB (Red+Green+Blue) = 19+124+52=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #137C34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C34 is #EC83CB. Grayscale: #545454. Windows color (decimal): -15500236 or 3439635. OLE color: 3439635.

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

Color convert

RGB 19 124 52 -
CMYK 0.85 0 0.58 0.51
HSL 138.86º 0.73% 0.28% -
HSV(B) 138.86º 0.85% 0.49% -
XYZ 8.1 14.8 5.68 -
YUV 84.4 109.71 81.35 -
System Red Green Blue C M Y K H S L
Decimal 19 124 52 0.85 0 0.58 0.51 138.86 0.73 0.28
Hex 13 7C 34 55 0 3A 33 8B 49 1C
Octal 23 174 64 125 0 72 63 213 111 34
Binary 10011 1111100 110100 1010101 0 111010 110011 10001011 1001001 11100

Color Harmonies of #137C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C34

Black with #137C34

Text Example


Text Example

White with #137C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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