Html Css Color HEX #19654B Jewel

📋 copy color: '#19654B'

red 25 ◦ green 101 ◦ blue 75

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

Shades of Jewel #19654B

Tints of Jewel #19654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.25%

 BLUE value IS 75 (29.69% from 255) = 37.31%

R = 12.44%
G = 50.25%
B = 37.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#19654B (or 0x19654B) is known color: Jewel. HEX triplet: 19, 65 and 4B. RGB value is (25,101,75). Sum of RGB (Red+Green+Blue) = 25+101+75=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #19654B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19654B is #E69AB4. Grayscale: #4B4B4B. Windows color (decimal): -15112885 or 4941081. OLE color: 4941081.

HSL color Cylindrical-coordinate representation of color #19654B: hue angle of 159.47º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19654B is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 101 75 -
CMYK 0.75 0 0.26 0.60
HSL 159.47º 0.6% 0.25% -
HSV(B) 159.47º 0.75% 0.4% -
XYZ 6.32 10.02 8.26 -
YUV 75.31 127.82 92.11 -
System Red Green Blue C M Y K H S L
Decimal 25 101 75 0.75 0 0.26 0.60 159.47 0.6 0.25
Hex 19 65 4B 4B 0 1A 3C 9F 3C 19
Octal 31 145 113 113 0 32 74 237 74 31
Binary 11001 1100101 1001011 1001011 0 11010 111100 10011111 111100 11001

Color Harmonies of #19654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19654B

Black with #19654B

Text Example


Text Example

White with #19654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19654B; }

 p { color: rgb(25,101,75); }

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

background-color css

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

 a { background-color: rgb(25,101,75); }

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

border-color css

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

 span { border-color: rgb(25,101,75); }

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