Html Css Color HEX #137526 Camarone

📋 copy color: '#137526'

red 19 ◦ green 117 ◦ blue 38

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

Shades of Camarone #137526

Tints of Camarone #137526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 67.24%

 BLUE value IS 38 (15.23% from 255) = 21.84%

R = 10.92%
G = 67.24%
B = 21.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#137526 (or 0x137526) is known color: Camarone. HEX triplet: 13, 75 and 26. RGB value is (19,117,38). Sum of RGB (Red+Green+Blue) = 19+117+38=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #137526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137526 is #EC8AD9. Grayscale: #4E4E4E. Windows color (decimal): -15502042 or 2520339. OLE color: 2520339.

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

Color convert

RGB 19 117 38 -
CMYK 0.84 0 0.68 0.54
HSL 131.63º 0.72% 0.27% -
HSV(B) 131.63º 0.84% 0.46% -
XYZ 6.98 13 3.98 -
YUV 78.69 105.03 85.42 -
System Red Green Blue C M Y K H S L
Decimal 19 117 38 0.84 0 0.68 0.54 131.63 0.72 0.27
Hex 13 75 26 54 0 44 36 84 48 1B
Octal 23 165 46 124 0 104 66 204 110 33
Binary 10011 1110101 100110 1010100 0 1000100 110110 10000100 1001000 11011

Color Harmonies of #137526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137526

Black with #137526

Text Example


Text Example

White with #137526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137526; }

 p { color: rgb(19,117,38); }

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

background-color css

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

 a { background-color: rgb(19,117,38); }

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

border-color css

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

 span { border-color: rgb(19,117,38); }

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