Html Css Color HEX #137630 Camarone

📋 copy color: '#137630'

red 19 ◦ green 118 ◦ blue 48

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

Shades of Camarone #137630

Tints of Camarone #137630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 10.27%
G = 63.78%
B = 25.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#137630 (or 0x137630) is known color: Camarone. HEX triplet: 13, 76 and 30. RGB value is (19,118,48). Sum of RGB (Red+Green+Blue) = 19+118+48=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 118 (46.48% from 255 or 63.78% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 118 - color contains mainly: green. Hex color #137630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137630 is #EC89CF. Grayscale: #505050. Windows color (decimal): -15501776 or 3175955. OLE color: 3175955.

HSL color Cylindrical-coordinate representation of color #137630: hue angle of 137.58º 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 #137630 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 118 48 -
CMYK 0.84 0 0.59 0.54
HSL 137.58º 0.72% 0.27% -
HSV(B) 137.58º 0.84% 0.46% -
XYZ 7.28 13.31 4.98 -
YUV 80.42 109.7 84.19 -
System Red Green Blue C M Y K H S L
Decimal 19 118 48 0.84 0 0.59 0.54 137.58 0.72 0.27
Hex 13 76 30 54 0 3B 36 8A 48 1B
Octal 23 166 60 124 0 73 66 212 110 33
Binary 10011 1110110 110000 1010100 0 111011 110110 10001010 1001000 11011

Color Harmonies of #137630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137630

Black with #137630

Text Example


Text Example

White with #137630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137630; }

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

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

background-color css

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

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

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

border-color css

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

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

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