Html Css Color HEX #12552B Crusoe

📋 copy color: '#12552B'

red 18 ◦ green 85 ◦ blue 43

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

Shades of Crusoe #12552B

Tints of Crusoe #12552B

RGB

 RED value IS 18 (7.42% from 255) = 12.33%

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

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

R = 12.33%
G = 58.22%
B = 29.45%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#12552B (or 0x12552B) is known color: Crusoe. HEX triplet: 12, 55 and 2B. RGB value is (18,85,43). Sum of RGB (Red+Green+Blue) = 18+85+43=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #12552B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12552B is #EDAAD4. Grayscale: #3C3C3C. Windows color (decimal): -15575765 or 2839826. OLE color: 2839826.

HSL color Cylindrical-coordinate representation of color #12552B: hue angle of 142.39º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12552B is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 85 43 -
CMYK 0.79 0 0.49 0.67
HSL 142.39º 0.65% 0.2% -
HSV(B) 142.39º 0.79% 0.33% -
XYZ 3.93 6.8 3.39 -
YUV 60.18 118.3 97.92 -
System Red Green Blue C M Y K H S L
Decimal 18 85 43 0.79 0 0.49 0.67 142.39 0.65 0.2
Hex 12 55 2B 4F 0 31 43 8E 41 14
Octal 22 125 53 117 0 61 103 216 101 24
Binary 10010 1010101 101011 1001111 0 110001 1000011 10001110 1000001 10100

Color Harmonies of #12552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12552B

Black with #12552B

Text Example


Text Example

White with #12552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12552B; }

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

 H1.HeaderClassName
 {
   color: #12552B;
 }
 .AnyTagClassName
 {
   color: #12552B;
 }
</style>

background-color css

<style>
 a { background-color: #12552B; }

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

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

border-color css

<style>
 span { border-color: #12552B; }

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

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