Html Css Color HEX #135830 Crusoe

📋 copy color: '#135830'

red 19 ◦ green 88 ◦ blue 48

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

Shades of Crusoe #135830

Tints of Crusoe #135830

RGB

 RED value IS 19 (7.81% from 255) = 12.26%

 GREEN value IS 88 (34.77% from 255) = 56.77%

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

R = 12.26%
G = 56.77%
B = 30.97%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#135830 (or 0x135830) is known color: Crusoe. HEX triplet: 13, 58 and 30. RGB value is (19,88,48). Sum of RGB (Red+Green+Blue) = 19+88+48=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #135830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135830 is #ECA7CF. Grayscale: #3E3E3E. Windows color (decimal): -15509456 or 3168275. OLE color: 3168275.

HSL color Cylindrical-coordinate representation of color #135830: hue angle of 145.22º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135830 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 88 48 -
CMYK 0.78 0 0.45 0.65
HSL 145.22º 0.64% 0.21% -
HSV(B) 145.22º 0.78% 0.35% -
XYZ 4.29 7.33 3.99 -
YUV 62.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 19 88 48 0.78 0 0.45 0.65 145.22 0.64 0.21
Hex 13 58 30 4E 0 2D 41 91 40 15
Octal 23 130 60 116 0 55 101 221 100 25
Binary 10011 1011000 110000 1001110 0 101101 1000001 10010001 1000000 10101

Color Harmonies of #135830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135830

Black with #135830

Text Example


Text Example

White with #135830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135830; }

 p { color: rgb(19,88,48); }

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

background-color css

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

 a { background-color: rgb(19,88,48); }

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

border-color css

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

 span { border-color: rgb(19,88,48); }

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