Html Css Color HEX #137F35 Camarone

📋 copy color: '#137F35'

red 19 ◦ green 127 ◦ blue 53

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

Shades of Camarone #137F35

Tints of Camarone #137F35

RGB

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

 GREEN value IS 127 (50% from 255) = 63.82%

 BLUE value IS 53 (21.09% from 255) = 26.63%

R = 9.55%
G = 63.82%
B = 26.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#137F35 (or 0x137F35) is known color: Camarone. HEX triplet: 13, 7F and 35. RGB value is (19,127,53). Sum of RGB (Red+Green+Blue) = 19+127+53=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 127 (50% from 255 or 63.82% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 127 - color contains mainly: green. Hex color #137F35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F35 is #EC80CA. Grayscale: #565656. Windows color (decimal): -15499467 or 3505939. OLE color: 3505939.

HSL color Cylindrical-coordinate representation of color #137F35: hue angle of 138.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F35 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 127 53 -
CMYK 0.85 0 0.58 0.50
HSL 138.89º 0.74% 0.29% -
HSV(B) 138.89º 0.85% 0.5% -
XYZ 8.5 15.57 5.93 -
YUV 86.27 109.22 80.02 -
System Red Green Blue C M Y K H S L
Decimal 19 127 53 0.85 0 0.58 0.50 138.89 0.74 0.29
Hex 13 7F 35 55 0 3A 32 8B 4A 1D
Octal 23 177 65 125 0 72 62 213 112 35
Binary 10011 1111111 110101 1010101 0 111010 110010 10001011 1001010 11101

Color Harmonies of #137F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F35

Black with #137F35

Text Example


Text Example

White with #137F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,127,53); }

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

background-color css

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

 a { background-color: rgb(19,127,53); }

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

border-color css

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

 span { border-color: rgb(19,127,53); }

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