Html Css Color HEX #137C30 Camarone

📋 copy color: '#137C30'

red 19 ◦ green 124 ◦ blue 48

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

Shades of Camarone #137C30

Tints of Camarone #137C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.13%

R = 9.95%
G = 64.92%
B = 25.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#137C30 (or 0x137C30) is known color: Camarone. HEX triplet: 13, 7C and 30. RGB value is (19,124,48). Sum of RGB (Red+Green+Blue) = 19+124+48=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 124 (48.83% from 255 or 64.92% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 124 - color contains mainly: green. Hex color #137C30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C30 is #EC83CF. Grayscale: #545454. Windows color (decimal): -15500240 or 3177491. OLE color: 3177491.

HSL color Cylindrical-coordinate representation of color #137C30: hue angle of 136.57º 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 #137C30 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 124 48 -
CMYK 0.85 0 0.61 0.51
HSL 136.57º 0.73% 0.28% -
HSV(B) 136.57º 0.85% 0.49% -
XYZ 8.01 14.77 5.22 -
YUV 83.94 107.71 81.68 -
System Red Green Blue C M Y K H S L
Decimal 19 124 48 0.85 0 0.61 0.51 136.57 0.73 0.28
Hex 13 7C 30 55 0 3D 33 89 49 1C
Octal 23 174 60 125 0 75 63 211 111 34
Binary 10011 1111100 110000 1010101 0 111101 110011 10001001 1001001 11100

Color Harmonies of #137C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C30

Black with #137C30

Text Example


Text Example

White with #137C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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