Html Css Color HEX #137C35 Camarone

📋 copy color: '#137C35'

red 19 ◦ green 124 ◦ blue 53

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

Shades of Camarone #137C35

Tints of Camarone #137C35

RGB

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

 GREEN value IS 124 (48.83% from 255) = 63.27%

 BLUE value IS 53 (21.09% from 255) = 27.04%

R = 9.69%
G = 63.27%
B = 27.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#137C35 (or 0x137C35) is known color: Camarone. HEX triplet: 13, 7C and 35. RGB value is (19,124,53). Sum of RGB (Red+Green+Blue) = 19+124+53=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 124 (48.83% from 255 or 63.27% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 124 - color contains mainly: green. Hex color #137C35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C35 is #EC83CA. Grayscale: #545454. Windows color (decimal): -15500235 or 3505171. OLE color: 3505171.

HSL color Cylindrical-coordinate representation of color #137C35: hue angle of 139.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137C35 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 124 53 -
CMYK 0.85 0 0.57 0.51
HSL 139.43º 0.73% 0.28% -
HSV(B) 139.43º 0.85% 0.49% -
XYZ 8.12 14.81 5.8 -
YUV 84.51 110.21 81.27 -
System Red Green Blue C M Y K H S L
Decimal 19 124 53 0.85 0 0.57 0.51 139.43 0.73 0.28
Hex 13 7C 35 55 0 39 33 8B 49 1C
Octal 23 174 65 125 0 71 63 213 111 34
Binary 10011 1111100 110101 1010101 0 111001 110011 10001011 1001001 11100

Color Harmonies of #137C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C35

Black with #137C35

Text Example


Text Example

White with #137C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137C35; }

 p { color: rgb(19,124,53); }

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

background-color css

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

 a { background-color: rgb(19,124,53); }

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

border-color css

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

 span { border-color: rgb(19,124,53); }

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