Html Css Color HEX #137829 Camarone

📋 copy color: '#137829'

red 19 ◦ green 120 ◦ blue 41

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

Shades of Camarone #137829

Tints of Camarone #137829

RGB

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

 GREEN value IS 120 (47.27% from 255) = 66.67%

 BLUE value IS 41 (16.41% from 255) = 22.78%

R = 10.56%
G = 66.67%
B = 22.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#137829 (or 0x137829) is known color: Camarone. HEX triplet: 13, 78 and 29. RGB value is (19,120,41). Sum of RGB (Red+Green+Blue) = 19+120+41=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 120 (47.27% from 255 or 66.67% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 120 - color contains mainly: green. Hex color #137829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137829 is #EC87D6. Grayscale: #515151. Windows color (decimal): -15501271 or 2717715. OLE color: 2717715.

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

Color convert

RGB 19 120 41 -
CMYK 0.84 0 0.66 0.53
HSL 133.07º 0.73% 0.27% -
HSV(B) 133.07º 0.84% 0.47% -
XYZ 7.39 13.73 4.36 -
YUV 80.8 105.54 83.92 -
System Red Green Blue C M Y K H S L
Decimal 19 120 41 0.84 0 0.66 0.53 133.07 0.73 0.27
Hex 13 78 29 54 0 42 35 85 49 1B
Octal 23 170 51 124 0 102 65 205 111 33
Binary 10011 1111000 101001 1010100 0 1000010 110101 10000101 1001001 11011

Color Harmonies of #137829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137829

Black with #137829

Text Example


Text Example

White with #137829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137829; }

 p { color: rgb(19,120,41); }

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

background-color css

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

 a { background-color: rgb(19,120,41); }

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

border-color css

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

 span { border-color: rgb(19,120,41); }

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