Html Css Color HEX #137635 Camarone

📋 copy color: '#137635'

red 19 ◦ green 118 ◦ blue 53

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

Shades of Camarone #137635

Tints of Camarone #137635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 62.11%

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

R = 10%
G = 62.11%
B = 27.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#137635 (or 0x137635) is known color: Camarone. HEX triplet: 13, 76 and 35. RGB value is (19,118,53). Sum of RGB (Red+Green+Blue) = 19+118+53=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #137635 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137635 is #EC89CA. Grayscale: #515151. Windows color (decimal): -15501771 or 3503635. OLE color: 3503635.

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

Color convert

RGB 19 118 53 -
CMYK 0.84 0 0.55 0.54
HSL 140.61º 0.72% 0.27% -
HSV(B) 140.61º 0.84% 0.46% -
XYZ 7.39 13.35 5.56 -
YUV 80.99 112.2 83.79 -
System Red Green Blue C M Y K H S L
Decimal 19 118 53 0.84 0 0.55 0.54 140.61 0.72 0.27
Hex 13 76 35 54 0 37 36 8D 48 1B
Octal 23 166 65 124 0 67 66 215 110 33
Binary 10011 1110110 110101 1010100 0 110111 110110 10001101 1001000 11011

Color Harmonies of #137635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137635

Black with #137635

Text Example


Text Example

White with #137635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137635; }

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

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

background-color css

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

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

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

border-color css

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

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

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