Html Css Color HEX #137328 Camarone

📋 copy color: '#137328'

red 19 ◦ green 115 ◦ blue 40

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

Shades of Camarone #137328

Tints of Camarone #137328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 66.09%

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 10.92%
G = 66.09%
B = 22.99%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#137328 (or 0x137328) is known color: Camarone. HEX triplet: 13, 73 and 28. RGB value is (19,115,40). Sum of RGB (Red+Green+Blue) = 19+115+40=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 115 (45.31% from 255 or 66.09% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 115 - color contains mainly: green. Hex color #137328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137328 is #EC8CD7. Grayscale: #4D4D4D. Windows color (decimal): -15502552 or 2650899. OLE color: 2650899.

HSL color Cylindrical-coordinate representation of color #137328: hue angle of 133.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137328 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 40 -
CMYK 0.83 0 0.65 0.55
HSL 133.13º 0.72% 0.26% -
HSV(B) 133.13º 0.83% 0.45% -
XYZ 6.78 12.55 4.07 -
YUV 77.75 106.7 86.1 -
System Red Green Blue C M Y K H S L
Decimal 19 115 40 0.83 0 0.65 0.55 133.13 0.72 0.26
Hex 13 73 28 53 0 41 37 85 48 1A
Octal 23 163 50 123 0 101 67 205 110 32
Binary 10011 1110011 101000 1010011 0 1000001 110111 10000101 1001000 11010

Color Harmonies of #137328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137328

Black with #137328

Text Example


Text Example

White with #137328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137328; }

 p { color: rgb(19,115,40); }

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

background-color css

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

 a { background-color: rgb(19,115,40); }

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

border-color css

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

 span { border-color: rgb(19,115,40); }

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