Html Css Color HEX #135C34 Crusoe

📋 copy color: '#135C34'

red 19 ◦ green 92 ◦ blue 52

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

Shades of Crusoe #135C34

Tints of Crusoe #135C34

RGB

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

 GREEN value IS 92 (36.33% from 255) = 56.44%

 BLUE value IS 52 (20.7% from 255) = 31.9%

R = 11.66%
G = 56.44%
B = 31.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#135C34 (or 0x135C34) is known color: Crusoe. HEX triplet: 13, 5C and 34. RGB value is (19,92,52). Sum of RGB (Red+Green+Blue) = 19+92+52=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 92 (36.33% from 255 or 56.44% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 92 - color contains mainly: green. Hex color #135C34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C34 is #ECA3CB. Grayscale: #414141. Windows color (decimal): -15508428 or 3431443. OLE color: 3431443.

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

Color convert

RGB 19 92 52 -
CMYK 0.79 0 0.43 0.64
HSL 147.12º 0.66% 0.22% -
HSV(B) 147.12º 0.79% 0.36% -
XYZ 4.72 8.04 4.55 -
YUV 65.61 120.32 94.75 -
System Red Green Blue C M Y K H S L
Decimal 19 92 52 0.79 0 0.43 0.64 147.12 0.66 0.22
Hex 13 5C 34 4F 0 2B 40 93 42 16
Octal 23 134 64 117 0 53 100 223 102 26
Binary 10011 1011100 110100 1001111 0 101011 1000000 10010011 1000010 10110

Color Harmonies of #135C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C34

Black with #135C34

Text Example


Text Example

White with #135C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,92,52); }

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

background-color css

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

 a { background-color: rgb(19,92,52); }

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

border-color css

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

 span { border-color: rgb(19,92,52); }

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