Html Css Color HEX #135D2B Crusoe

📋 copy color: '#135D2B'

red 19 ◦ green 93 ◦ blue 43

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

Shades of Crusoe #135D2B

Tints of Crusoe #135D2B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 60%

 BLUE value IS 43 (17.19% from 255) = 27.74%

R = 12.26%
G = 60%
B = 27.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#135D2B (or 0x135D2B) is known color: Crusoe. HEX triplet: 13, 5D and 2B. RGB value is (19,93,43). Sum of RGB (Red+Green+Blue) = 19+93+43=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 93 (36.72% from 255 or 60% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 93 - color contains mainly: green. Hex color #135D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D2B is #ECA2D4. Grayscale: #414141. Windows color (decimal): -15508181 or 2841875. OLE color: 2841875.

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

Color convert

RGB 19 93 43 -
CMYK 0.80 0 0.54 0.64
HSL 139.46º 0.66% 0.22% -
HSV(B) 139.46º 0.8% 0.36% -
XYZ 4.62 8.14 3.61 -
YUV 65.17 115.48 95.07 -
System Red Green Blue C M Y K H S L
Decimal 19 93 43 0.80 0 0.54 0.64 139.46 0.66 0.22
Hex 13 5D 2B 50 0 36 40 8B 42 16
Octal 23 135 53 120 0 66 100 213 102 26
Binary 10011 1011101 101011 1010000 0 110110 1000000 10001011 1000010 10110

Color Harmonies of #135D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D2B

Black with #135D2B

Text Example


Text Example

White with #135D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,93,43); }

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

background-color css

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

 a { background-color: rgb(19,93,43); }

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

border-color css

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

 span { border-color: rgb(19,93,43); }

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