Html Css Color HEX #135E2A Crusoe

📋 copy color: '#135E2A'

red 19 ◦ green 94 ◦ blue 42

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

Shades of Crusoe #135E2A

Tints of Crusoe #135E2A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 60.65%

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 12.26%
G = 60.65%
B = 27.1%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#135E2A (or 0x135E2A) is known color: Crusoe. HEX triplet: 13, 5E and 2A. RGB value is (19,94,42). Sum of RGB (Red+Green+Blue) = 19+94+42=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 94 (37.11% from 255 or 60.65% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 94 - color contains mainly: green. Hex color #135E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135E2A is #ECA1D5. Grayscale: #414141. Windows color (decimal): -15507926 or 2776595. OLE color: 2776595.

HSL color Cylindrical-coordinate representation of color #135E2A: hue angle of 138.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135E2A is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 94 42 -
CMYK 0.80 0 0.55 0.63
HSL 138.4º 0.66% 0.22% -
HSV(B) 138.4º 0.8% 0.37% -
XYZ 4.69 8.31 3.55 -
YUV 65.65 114.65 94.73 -
System Red Green Blue C M Y K H S L
Decimal 19 94 42 0.80 0 0.55 0.63 138.4 0.66 0.22
Hex 13 5E 2A 50 0 37 3F 8A 42 16
Octal 23 136 52 120 0 67 77 212 102 26
Binary 10011 1011110 101010 1010000 0 110111 111111 10001010 1000010 10110

Color Harmonies of #135E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E2A

Black with #135E2A

Text Example


Text Example

White with #135E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135E2A; }

 p { color: rgb(19,94,42); }

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

background-color css

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

 a { background-color: rgb(19,94,42); }

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

border-color css

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

 span { border-color: rgb(19,94,42); }

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