Html Css Color HEX #137735 Camarone

📋 copy color: '#137735'

red 19 ◦ green 119 ◦ blue 53

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

Shades of Camarone #137735

Tints of Camarone #137735

RGB

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

 GREEN value IS 119 (46.88% from 255) = 62.3%

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

R = 9.95%
G = 62.3%
B = 27.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#137735 (or 0x137735) is known color: Camarone. HEX triplet: 13, 77 and 35. RGB value is (19,119,53). Sum of RGB (Red+Green+Blue) = 19+119+53=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 119 (46.88% from 255 or 62.30% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 119 - color contains mainly: green. Hex color #137735 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137735 is #EC88CA. Grayscale: #515151. Windows color (decimal): -15501515 or 3503891. OLE color: 3503891.

HSL color Cylindrical-coordinate representation of color #137735: hue angle of 140.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137735 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 119 53 -
CMYK 0.84 0 0.55 0.53
HSL 140.4º 0.72% 0.27% -
HSV(B) 140.4º 0.84% 0.47% -
XYZ 7.51 13.59 5.6 -
YUV 81.58 111.87 83.37 -
System Red Green Blue C M Y K H S L
Decimal 19 119 53 0.84 0 0.55 0.53 140.4 0.72 0.27
Hex 13 77 35 54 0 37 35 8C 48 1B
Octal 23 167 65 124 0 67 65 214 110 33
Binary 10011 1110111 110101 1010100 0 110111 110101 10001100 1001000 11011

Color Harmonies of #137735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137735

Black with #137735

Text Example


Text Example

White with #137735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137735; }

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

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

background-color css

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

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

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

border-color css

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

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

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