Html Css Color HEX #195030 Crusoe

📋 copy color: '#195030'

red 25 ◦ green 80 ◦ blue 48

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

Shades of Crusoe #195030

Tints of Crusoe #195030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 52.29%

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

R = 16.34%
G = 52.29%
B = 31.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#195030 (or 0x195030) is known color: Crusoe. HEX triplet: 19, 50 and 30. RGB value is (25,80,48). Sum of RGB (Red+Green+Blue) = 25+80+48=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #195030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195030 is #E6AFCF. Grayscale: #3B3B3B. Windows color (decimal): -15118288 or 3166233. OLE color: 3166233.

HSL color Cylindrical-coordinate representation of color #195030: hue angle of 145.09º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195030 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 80 48 -
CMYK 0.69 0 0.40 0.69
HSL 145.09º 0.52% 0.21% -
HSV(B) 145.09º 0.69% 0.31% -
XYZ 3.8 6.16 3.78 -
YUV 59.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 25 80 48 0.69 0 0.40 0.69 145.09 0.52 0.21
Hex 19 50 30 45 0 28 45 91 34 15
Octal 31 120 60 105 0 50 105 221 64 25
Binary 11001 1010000 110000 1000101 0 101000 1000101 10010001 110100 10101

Color Harmonies of #195030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195030

Black with #195030

Text Example


Text Example

White with #195030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195030; }

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

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

background-color css

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

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

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

border-color css

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

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

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