Html Css Color HEX #135828 Crusoe

📋 copy color: '#135828'

red 19 ◦ green 88 ◦ blue 40

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

Shades of Crusoe #135828

Tints of Crusoe #135828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.21%

R = 12.93%
G = 59.86%
B = 27.21%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#135828 (or 0x135828) is known color: Crusoe. HEX triplet: 13, 58 and 28. RGB value is (19,88,40). Sum of RGB (Red+Green+Blue) = 19+88+40=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 88 (34.77% from 255 or 59.86% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 88 - color contains mainly: green. Hex color #135828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135828 is #ECA7D7. Grayscale: #3E3E3E. Windows color (decimal): -15509464 or 2643987. OLE color: 2643987.

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

Color convert

RGB 19 88 40 -
CMYK 0.78 0 0.55 0.65
HSL 138.26º 0.64% 0.21% -
HSV(B) 138.26º 0.78% 0.35% -
XYZ 4.14 7.27 3.19 -
YUV 61.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 19 88 40 0.78 0 0.55 0.65 138.26 0.64 0.21
Hex 13 58 28 4E 0 37 41 8A 40 15
Octal 23 130 50 116 0 67 101 212 100 25
Binary 10011 1011000 101000 1001110 0 110111 1000001 10001010 1000000 10101

Color Harmonies of #135828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135828

Black with #135828

Text Example


Text Example

White with #135828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135828; }

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

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

background-color css

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

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

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

border-color css

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

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

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