Html Css Color HEX #135929 Crusoe

📋 copy color: '#135929'

red 19 ◦ green 89 ◦ blue 41

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

Shades of Crusoe #135929

Tints of Crusoe #135929

RGB

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

 GREEN value IS 89 (35.16% from 255) = 59.73%

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

R = 12.75%
G = 59.73%
B = 27.52%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#135929 (or 0x135929) is known color: Crusoe. HEX triplet: 13, 59 and 29. RGB value is (19,89,41). Sum of RGB (Red+Green+Blue) = 19+89+41=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #135929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135929 is #ECA6D6. Grayscale: #3E3E3E. Windows color (decimal): -15509207 or 2709779. OLE color: 2709779.

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

Color convert

RGB 19 89 41 -
CMYK 0.79 0 0.54 0.65
HSL 138.86º 0.65% 0.21% -
HSV(B) 138.86º 0.79% 0.35% -
XYZ 4.24 7.44 3.31 -
YUV 62.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 19 89 41 0.79 0 0.54 0.65 138.86 0.65 0.21
Hex 13 59 29 4F 0 36 41 8B 41 15
Octal 23 131 51 117 0 66 101 213 101 25
Binary 10011 1011001 101001 1001111 0 110110 1000001 10001011 1000001 10101

Color Harmonies of #135929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135929

Black with #135929

Text Example


Text Example

White with #135929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135929; }

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

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

background-color css

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

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

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

border-color css

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

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

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