Html Css Color HEX #035823 Crusoe

📋 copy color: '#035823'

red 3 ◦ green 88 ◦ blue 35

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

Shades of Crusoe #035823

Tints of Crusoe #035823

RGB

 RED value IS 3 (1.56% from 255) = 2.38%

 GREEN value IS 88 (34.77% from 255) = 69.84%

 BLUE value IS 35 (14.06% from 255) = 27.78%

R = 2.38%
G = 69.84%
B = 27.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#035823 (or 0x035823) is known color: Crusoe. HEX triplet: 03, 58 and 23. RGB value is (3,88,35). Sum of RGB (Red+Green+Blue) = 3+88+35=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 88 (34.77% from 255 or 69.84% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 88 - color contains mainly: green. Hex color #035823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035823 is #FCA7DC. Grayscale: #383838. Windows color (decimal): -16558045 or 2316291. OLE color: 2316291.

HSL color Cylindrical-coordinate representation of color #035823: hue angle of 142.59º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035823 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 88 35 -
CMYK 0.97 0 0.60 0.65
HSL 142.59º 0.93% 0.18% -
HSV(B) 142.59º 0.97% 0.35% -
XYZ 3.83 7.12 2.76 -
YUV 56.54 115.84 89.81 -
System Red Green Blue C M Y K H S L
Decimal 3 88 35 0.97 0 0.60 0.65 142.59 0.93 0.18
Hex 3 58 23 61 0 3C 41 8F 5D 12
Octal 3 130 43 141 0 74 101 217 135 22
Binary 11 1011000 100011 1100001 0 111100 1000001 10001111 1011101 10010

Color Harmonies of #035823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035823

Black with #035823

Text Example


Text Example

White with #035823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035823; }

 p { color: rgb(3,88,35); }

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

background-color css

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

 a { background-color: rgb(3,88,35); }

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

border-color css

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

 span { border-color: rgb(3,88,35); }

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