Html Css Color HEX #185227 Crusoe

📋 copy color: '#185227'

red 24 ◦ green 82 ◦ blue 39

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

Shades of Crusoe #185227

Tints of Crusoe #185227

RGB

 RED value IS 24 (9.77% from 255) = 16.55%

 GREEN value IS 82 (32.42% from 255) = 56.55%

 BLUE value IS 39 (15.63% from 255) = 26.9%

R = 16.55%
G = 56.55%
B = 26.9%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#185227 (or 0x185227) is known color: Crusoe. HEX triplet: 18, 52 and 27. RGB value is (24,82,39). Sum of RGB (Red+Green+Blue) = 24+82+39=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #185227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185227 is #E7ADD8. Grayscale: #3B3B3B. Windows color (decimal): -15183321 or 2576920. OLE color: 2576920.

HSL color Cylindrical-coordinate representation of color #185227: hue angle of 135.52º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185227 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 82 39 -
CMYK 0.71 0 0.52 0.68
HSL 135.52º 0.55% 0.21% -
HSV(B) 135.52º 0.71% 0.32% -
XYZ 3.76 6.38 2.95 -
YUV 59.76 116.28 102.5 -
System Red Green Blue C M Y K H S L
Decimal 24 82 39 0.71 0 0.52 0.68 135.52 0.55 0.21
Hex 18 52 27 47 0 34 44 88 37 15
Octal 30 122 47 107 0 64 104 210 67 25
Binary 11000 1010010 100111 1000111 0 110100 1000100 10001000 110111 10101

Color Harmonies of #185227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185227

Black with #185227

Text Example


Text Example

White with #185227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185227; }

 p { color: rgb(24,82,39); }

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

background-color css

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

 a { background-color: rgb(24,82,39); }

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

border-color css

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

 span { border-color: rgb(24,82,39); }

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