Html Css Color HEX #1C552B Crusoe

📋 copy color: '#1C552B'

red 28 ◦ green 85 ◦ blue 43

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

Shades of Crusoe #1C552B

Tints of Crusoe #1C552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 54.49%

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

R = 17.95%
G = 54.49%
B = 27.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#1C552B (or 0x1C552B) is known color: Crusoe. HEX triplet: 1C, 55 and 2B. RGB value is (28,85,43). Sum of RGB (Red+Green+Blue) = 28+85+43=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #1C552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C552B is #E3AAD4. Grayscale: #3F3F3F. Windows color (decimal): -14920405 or 2839836. OLE color: 2839836.

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

Color convert

RGB 28 85 43 -
CMYK 0.67 0 0.49 0.67
HSL 135.79º 0.5% 0.22% -
HSV(B) 135.79º 0.67% 0.33% -
XYZ 4.16 6.92 3.4 -
YUV 63.17 116.62 102.92 -
System Red Green Blue C M Y K H S L
Decimal 28 85 43 0.67 0 0.49 0.67 135.79 0.5 0.22
Hex 1C 55 2B 43 0 31 43 88 32 16
Octal 34 125 53 103 0 61 103 210 62 26
Binary 11100 1010101 101011 1000011 0 110001 1000011 10001000 110010 10110

Color Harmonies of #1C552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C552B

Black with #1C552B

Text Example


Text Example

White with #1C552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,85,43); }

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

background-color css

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

 a { background-color: rgb(28,85,43); }

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

border-color css

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

 span { border-color: rgb(28,85,43); }

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