Html Css Color HEX #137D30 Camarone

📋 copy color: '#137D30'

red 19 ◦ green 125 ◦ blue 48

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

Shades of Camarone #137D30

Tints of Camarone #137D30

RGB

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

 GREEN value IS 125 (49.22% from 255) = 65.1%

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

R = 9.9%
G = 65.1%
B = 25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#137D30 (or 0x137D30) is known color: Camarone. HEX triplet: 13, 7D and 30. RGB value is (19,125,48). Sum of RGB (Red+Green+Blue) = 19+125+48=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 125 (49.22% from 255 or 65.10% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 125 - color contains mainly: green. Hex color #137D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137D30 is #EC82CF. Grayscale: #545454. Windows color (decimal): -15499984 or 3177747. OLE color: 3177747.

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

Color convert

RGB 19 125 48 -
CMYK 0.85 0 0.62 0.51
HSL 136.42º 0.74% 0.28% -
HSV(B) 136.42º 0.85% 0.49% -
XYZ 8.14 15.02 5.27 -
YUV 84.53 107.38 81.26 -
System Red Green Blue C M Y K H S L
Decimal 19 125 48 0.85 0 0.62 0.51 136.42 0.74 0.28
Hex 13 7D 30 55 0 3E 33 88 4A 1C
Octal 23 175 60 125 0 76 63 210 112 34
Binary 10011 1111101 110000 1010101 0 111110 110011 10001000 1001010 11100

Color Harmonies of #137D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D30

Black with #137D30

Text Example


Text Example

White with #137D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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