Html Css Color HEX #196328 Camarone

📋 copy color: '#196328'

red 25 ◦ green 99 ◦ blue 40

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

Shades of Camarone #196328

Tints of Camarone #196328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 60.37%

 BLUE value IS 40 (16.02% from 255) = 24.39%

R = 15.24%
G = 60.37%
B = 24.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#196328 (or 0x196328) is known color: Camarone. HEX triplet: 19, 63 and 28. RGB value is (25,99,40). Sum of RGB (Red+Green+Blue) = 25+99+40=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #196328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196328 is #E69CD7. Grayscale: #464646. Windows color (decimal): -15113432 or 2646809. OLE color: 2646809.

HSL color Cylindrical-coordinate representation of color #196328: hue angle of 132.16º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196328 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 99 40 -
CMYK 0.75 0 0.60 0.61
HSL 132.16º 0.6% 0.24% -
HSV(B) 132.16º 0.75% 0.39% -
XYZ 5.25 9.28 3.52 -
YUV 70.15 110.98 95.8 -
System Red Green Blue C M Y K H S L
Decimal 25 99 40 0.75 0 0.60 0.61 132.16 0.6 0.24
Hex 19 63 28 4B 0 3C 3D 84 3C 18
Octal 31 143 50 113 0 74 75 204 74 30
Binary 11001 1100011 101000 1001011 0 111100 111101 10000100 111100 11000

Color Harmonies of #196328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196328

Black with #196328

Text Example


Text Example

White with #196328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196328; }

 p { color: rgb(25,99,40); }

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

background-color css

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

 a { background-color: rgb(25,99,40); }

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

border-color css

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

 span { border-color: rgb(25,99,40); }

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