Html Css Color HEX #197130 Camarone

📋 copy color: '#197130'

red 25 ◦ green 113 ◦ blue 48

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

Shades of Camarone #197130

Tints of Camarone #197130

RGB

 RED value IS 25 (10.16% from 255) = 13.44%

 GREEN value IS 113 (44.53% from 255) = 60.75%

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

R = 13.44%
G = 60.75%
B = 25.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#197130 (or 0x197130) is known color: Camarone. HEX triplet: 19, 71 and 30. RGB value is (25,113,48). Sum of RGB (Red+Green+Blue) = 25+113+48=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #197130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197130 is #E68ECF. Grayscale: #4F4F4F. Windows color (decimal): -15109840 or 3174681. OLE color: 3174681.

HSL color Cylindrical-coordinate representation of color #197130: hue angle of 135.68º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197130 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 113 48 -
CMYK 0.78 0 0.58 0.56
HSL 135.68º 0.64% 0.27% -
HSV(B) 135.68º 0.78% 0.44% -
XYZ 6.84 12.23 4.8 -
YUV 79.28 110.35 89.29 -
System Red Green Blue C M Y K H S L
Decimal 25 113 48 0.78 0 0.58 0.56 135.68 0.64 0.27
Hex 19 71 30 4E 0 3A 38 88 40 1B
Octal 31 161 60 116 0 72 70 210 100 33
Binary 11001 1110001 110000 1001110 0 111010 111000 10001000 1000000 11011

Color Harmonies of #197130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197130

Black with #197130

Text Example


Text Example

White with #197130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197130; }

 p { color: rgb(25,113,48); }

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

background-color css

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

 a { background-color: rgb(25,113,48); }

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

border-color css

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

 span { border-color: rgb(25,113,48); }

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