Html Css Color HEX #137B2C Camarone

📋 copy color: '#137B2C'

red 19 ◦ green 123 ◦ blue 44

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

Shades of Camarone #137B2C

Tints of Camarone #137B2C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 66.13%

 BLUE value IS 44 (17.58% from 255) = 23.66%

R = 10.22%
G = 66.13%
B = 23.66%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#137B2C (or 0x137B2C) is known color: Camarone. HEX triplet: 13, 7B and 2C. RGB value is (19,123,44). Sum of RGB (Red+Green+Blue) = 19+123+44=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 123 (48.44% from 255 or 66.13% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 123 - color contains mainly: green. Hex color #137B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B2C is #EC84D3. Grayscale: #535353. Windows color (decimal): -15500500 or 2915091. OLE color: 2915091.

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

Color convert

RGB 19 123 44 -
CMYK 0.85 0 0.64 0.52
HSL 134.42º 0.73% 0.28% -
HSV(B) 134.42º 0.85% 0.48% -
XYZ 7.81 14.49 4.77 -
YUV 82.9 106.04 82.42 -
System Red Green Blue C M Y K H S L
Decimal 19 123 44 0.85 0 0.64 0.52 134.42 0.73 0.28
Hex 13 7B 2C 55 0 40 34 86 49 1C
Octal 23 173 54 125 0 100 64 206 111 34
Binary 10011 1111011 101100 1010101 0 1000000 110100 10000110 1001001 11100

Color Harmonies of #137B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B2C

Black with #137B2C

Text Example


Text Example

White with #137B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,123,44); }

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

background-color css

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

 a { background-color: rgb(19,123,44); }

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

border-color css

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

 span { border-color: rgb(19,123,44); }

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