Html Css Color HEX #185333 Crusoe

📋 copy color: '#185333'

red 24 ◦ green 83 ◦ blue 51

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

Shades of Crusoe #185333

Tints of Crusoe #185333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.28%

R = 15.19%
G = 52.53%
B = 32.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#185333 (or 0x185333) is known color: Crusoe. HEX triplet: 18, 53 and 33. RGB value is (24,83,51). Sum of RGB (Red+Green+Blue) = 24+83+51=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #185333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185333 is #E7ACCC. Grayscale: #3D3D3D. Windows color (decimal): -15183053 or 3363608. OLE color: 3363608.

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

Color convert

RGB 24 83 51 -
CMYK 0.71 0 0.39 0.67
HSL 147.46º 0.55% 0.21% -
HSV(B) 147.46º 0.71% 0.33% -
XYZ 4.07 6.62 4.2 -
YUV 61.71 121.95 101.1 -
System Red Green Blue C M Y K H S L
Decimal 24 83 51 0.71 0 0.39 0.67 147.46 0.55 0.21
Hex 18 53 33 47 0 27 43 93 37 15
Octal 30 123 63 107 0 47 103 223 67 25
Binary 11000 1010011 110011 1000111 0 100111 1000011 10010011 110111 10101

Color Harmonies of #185333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185333

Black with #185333

Text Example


Text Example

White with #185333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185333; }

 p { color: rgb(24,83,51); }

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

background-color css

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

 a { background-color: rgb(24,83,51); }

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

border-color css

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

 span { border-color: rgb(24,83,51); }

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