Html Css Color HEX #13652F Crusoe

📋 copy color: '#13652F'

red 19 ◦ green 101 ◦ blue 47

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

Shades of Crusoe #13652F

Tints of Crusoe #13652F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 60.48%

 BLUE value IS 47 (18.75% from 255) = 28.14%

R = 11.38%
G = 60.48%
B = 28.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#13652F (or 0x13652F) is known color: Crusoe. HEX triplet: 13, 65 and 2F. RGB value is (19,101,47). Sum of RGB (Red+Green+Blue) = 19+101+47=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #13652F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13652F is #EC9AD0. Grayscale: #464646. Windows color (decimal): -15506129 or 3106067. OLE color: 3106067.

HSL color Cylindrical-coordinate representation of color #13652F: hue angle of 140.49º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13652F is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 101 47 -
CMYK 0.81 0 0.53 0.60
HSL 140.49º 0.68% 0.24% -
HSV(B) 140.49º 0.81% 0.4% -
XYZ 5.44 9.65 4.27 -
YUV 70.33 114.83 91.39 -
System Red Green Blue C M Y K H S L
Decimal 19 101 47 0.81 0 0.53 0.60 140.49 0.68 0.24
Hex 13 65 2F 51 0 35 3C 8C 44 18
Octal 23 145 57 121 0 65 74 214 104 30
Binary 10011 1100101 101111 1010001 0 110101 111100 10001100 1000100 11000

Color Harmonies of #13652F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13652F

Black with #13652F

Text Example


Text Example

White with #13652F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13652F; }

 p { color: rgb(19,101,47); }

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

background-color css

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

 a { background-color: rgb(19,101,47); }

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

border-color css

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

 span { border-color: rgb(19,101,47); }

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