Html Css Color HEX #135822 Crusoe

📋 copy color: '#135822'

red 19 ◦ green 88 ◦ blue 34

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

Shades of Crusoe #135822

Tints of Crusoe #135822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.11%

R = 13.48%
G = 62.41%
B = 24.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#135822 (or 0x135822) is known color: Crusoe. HEX triplet: 13, 58 and 22. RGB value is (19,88,34). Sum of RGB (Red+Green+Blue) = 19+88+34=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #135822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135822 is #ECA7DD. Grayscale: #3D3D3D. Windows color (decimal): -15509470 or 2250771. OLE color: 2250771.

HSL color Cylindrical-coordinate representation of color #135822: hue angle of 133.04º 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 #135822 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 88 34 -
CMYK 0.78 0 0.61 0.65
HSL 133.04º 0.64% 0.21% -
HSV(B) 133.04º 0.78% 0.35% -
XYZ 4.05 7.23 2.7 -
YUV 61.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 19 88 34 0.78 0 0.61 0.65 133.04 0.64 0.21
Hex 13 58 22 4E 0 3D 41 85 40 15
Octal 23 130 42 116 0 75 101 205 100 25
Binary 10011 1011000 100010 1001110 0 111101 1000001 10000101 1000000 10101

Color Harmonies of #135822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135822

Black with #135822

Text Example


Text Example

White with #135822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135822; }

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

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

background-color css

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

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

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

border-color css

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

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

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