Html Css Color HEX #1C532A Crusoe

📋 copy color: '#1C532A'

red 28 ◦ green 83 ◦ blue 42

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

Shades of Crusoe #1C532A

Tints of Crusoe #1C532A

RGB

 RED value IS 28 (11.33% from 255) = 18.3%

 GREEN value IS 83 (32.81% from 255) = 54.25%

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

R = 18.3%
G = 54.25%
B = 27.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#1C532A (or 0x1C532A) is known color: Crusoe. HEX triplet: 1C, 53 and 2A. RGB value is (28,83,42). Sum of RGB (Red+Green+Blue) = 28+83+42=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #1C532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C532A is #E3ACD5. Grayscale: #3D3D3D. Windows color (decimal): -14920918 or 2773788. OLE color: 2773788.

HSL color Cylindrical-coordinate representation of color #1C532A: hue angle of 135.27º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C532A is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 83 42 -
CMYK 0.66 0 0.49 0.67
HSL 135.27º 0.5% 0.22% -
HSV(B) 135.27º 0.66% 0.33% -
XYZ 3.99 6.6 3.25 -
YUV 61.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 28 83 42 0.66 0 0.49 0.67 135.27 0.5 0.22
Hex 1C 53 2A 42 0 31 43 87 32 16
Octal 34 123 52 102 0 61 103 207 62 26
Binary 11100 1010011 101010 1000010 0 110001 1000011 10000111 110010 10110

Color Harmonies of #1C532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C532A

Black with #1C532A

Text Example


Text Example

White with #1C532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C532A; }

 p { color: rgb(28,83,42); }

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

background-color css

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

 a { background-color: rgb(28,83,42); }

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

border-color css

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

 span { border-color: rgb(28,83,42); }

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