Html Css Color HEX #135825 Crusoe

📋 copy color: '#135825'

red 19 ◦ green 88 ◦ blue 37

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

Shades of Crusoe #135825

Tints of Crusoe #135825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.69%

R = 13.19%
G = 61.11%
B = 25.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#135825 (or 0x135825) is known color: Crusoe. HEX triplet: 13, 58 and 25. RGB value is (19,88,37). Sum of RGB (Red+Green+Blue) = 19+88+37=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 88 (34.77% from 255 or 61.11% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 88 - color contains mainly: green. Hex color #135825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135825 is #ECA7DA. Grayscale: #3D3D3D. Windows color (decimal): -15509467 or 2447379. OLE color: 2447379.

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

Color convert

RGB 19 88 37 -
CMYK 0.78 0 0.58 0.65
HSL 135.65º 0.64% 0.21% -
HSV(B) 135.65º 0.78% 0.35% -
XYZ 4.09 7.25 2.93 -
YUV 61.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 19 88 37 0.78 0 0.58 0.65 135.65 0.64 0.21
Hex 13 58 25 4E 0 3A 41 88 40 15
Octal 23 130 45 116 0 72 101 210 100 25
Binary 10011 1011000 100101 1001110 0 111010 1000001 10001000 1000000 10101

Color Harmonies of #135825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135825

Black with #135825

Text Example


Text Example

White with #135825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135825; }

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

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

background-color css

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

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

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

border-color css

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

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

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