Html Css Color HEX #137834 Camarone

📋 copy color: '#137834'

red 19 ◦ green 120 ◦ blue 52

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

Shades of Camarone #137834

Tints of Camarone #137834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.23%

R = 9.95%
G = 62.83%
B = 27.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#137834 (or 0x137834) is known color: Camarone. HEX triplet: 13, 78 and 34. RGB value is (19,120,52). Sum of RGB (Red+Green+Blue) = 19+120+52=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 120 (47.27% from 255 or 62.83% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 120 - color contains mainly: green. Hex color #137834 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137834 is #EC87CB. Grayscale: #525252. Windows color (decimal): -15501260 or 3438611. OLE color: 3438611.

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

Color convert

RGB 19 120 52 -
CMYK 0.84 0 0.57 0.53
HSL 139.6º 0.73% 0.27% -
HSV(B) 139.6º 0.84% 0.47% -
XYZ 7.6 13.82 5.52 -
YUV 82.05 111.04 83.03 -
System Red Green Blue C M Y K H S L
Decimal 19 120 52 0.84 0 0.57 0.53 139.6 0.73 0.27
Hex 13 78 34 54 0 39 35 8C 49 1B
Octal 23 170 64 124 0 71 65 214 111 33
Binary 10011 1111000 110100 1010100 0 111001 110101 10001100 1001001 11011

Color Harmonies of #137834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137834

Black with #137834

Text Example


Text Example

White with #137834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137834; }

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

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

background-color css

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

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

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

border-color css

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

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

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