Html Css Color HEX #137725 Camarone

📋 copy color: '#137725'

red 19 ◦ green 119 ◦ blue 37

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

Shades of Camarone #137725

Tints of Camarone #137725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.14%

R = 10.86%
G = 68%
B = 21.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#137725 (or 0x137725) is known color: Camarone. HEX triplet: 13, 77 and 25. RGB value is (19,119,37). Sum of RGB (Red+Green+Blue) = 19+119+37=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 119 (46.88% from 255 or 68% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 119 - color contains mainly: green. Hex color #137725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137725 is #EC88DA. Grayscale: #4F4F4F. Windows color (decimal): -15501531 or 2455315. OLE color: 2455315.

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

Color convert

RGB 19 119 37 -
CMYK 0.84 0 0.69 0.53
HSL 130.8º 0.72% 0.27% -
HSV(B) 130.8º 0.84% 0.47% -
XYZ 7.2 13.47 3.97 -
YUV 79.75 103.87 84.67 -
System Red Green Blue C M Y K H S L
Decimal 19 119 37 0.84 0 0.69 0.53 130.8 0.72 0.27
Hex 13 77 25 54 0 45 35 83 48 1B
Octal 23 167 45 124 0 105 65 203 110 33
Binary 10011 1110111 100101 1010100 0 1000101 110101 10000011 1001000 11011

Color Harmonies of #137725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137725

Black with #137725

Text Example


Text Example

White with #137725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137725; }

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

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

background-color css

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

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

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

border-color css

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

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

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