Html Css Color HEX #135829 Crusoe

📋 copy color: '#135829'

red 19 ◦ green 88 ◦ blue 41

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

Shades of Crusoe #135829

Tints of Crusoe #135829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.7%

R = 12.84%
G = 59.46%
B = 27.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#135829 (or 0x135829) is known color: Crusoe. HEX triplet: 13, 58 and 29. RGB value is (19,88,41). Sum of RGB (Red+Green+Blue) = 19+88+41=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 88 (34.77% from 255 or 59.46% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 88 - color contains mainly: green. Hex color #135829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135829 is #ECA7D6. Grayscale: #3E3E3E. Windows color (decimal): -15509463 or 2709523. OLE color: 2709523.

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

Color convert

RGB 19 88 41 -
CMYK 0.78 0 0.53 0.65
HSL 139.13º 0.64% 0.21% -
HSV(B) 139.13º 0.78% 0.35% -
XYZ 4.16 7.28 3.28 -
YUV 62.01 116.14 97.32 -
System Red Green Blue C M Y K H S L
Decimal 19 88 41 0.78 0 0.53 0.65 139.13 0.64 0.21
Hex 13 58 29 4E 0 35 41 8B 40 15
Octal 23 130 51 116 0 65 101 213 100 25
Binary 10011 1011000 101001 1001110 0 110101 1000001 10001011 1000000 10101

Color Harmonies of #135829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135829

Black with #135829

Text Example


Text Example

White with #135829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135829; }

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

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

background-color css

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

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

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

border-color css

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

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

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