Html Css Color HEX #195A26 Crusoe

📋 copy color: '#195A26'

red 25 ◦ green 90 ◦ blue 38

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

Shades of Crusoe #195A26

Tints of Crusoe #195A26

RGB

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

 GREEN value IS 90 (35.55% from 255) = 58.82%

 BLUE value IS 38 (15.23% from 255) = 24.84%

R = 16.34%
G = 58.82%
B = 24.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#195A26 (or 0x195A26) is known color: Crusoe. HEX triplet: 19, 5A and 26. RGB value is (25,90,38). Sum of RGB (Red+Green+Blue) = 25+90+38=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #195A26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A26 is #E6A5D9. Grayscale: #404040. Windows color (decimal): -15115738 or 2513433. OLE color: 2513433.

HSL color Cylindrical-coordinate representation of color #195A26: hue angle of 132º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195A26 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 90 38 -
CMYK 0.72 0 0.58 0.65
HSL 132º 0.57% 0.23% -
HSV(B) 132º 0.72% 0.35% -
XYZ 4.41 7.66 3.08 -
YUV 64.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 25 90 38 0.72 0 0.58 0.65 132 0.57 0.23
Hex 19 5A 26 48 0 3A 41 84 39 17
Octal 31 132 46 110 0 72 101 204 71 27
Binary 11001 1011010 100110 1001000 0 111010 1000001 10000100 111001 10111

Color Harmonies of #195A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A26

Black with #195A26

Text Example


Text Example

White with #195A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195A26; }

 p { color: rgb(25,90,38); }

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

background-color css

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

 a { background-color: rgb(25,90,38); }

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

border-color css

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

 span { border-color: rgb(25,90,38); }

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