Html Css Color HEX #035826 Crusoe

📋 copy color: '#035826'

red 3 ◦ green 88 ◦ blue 38

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

Shades of Crusoe #035826

Tints of Crusoe #035826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 29.46%

R = 2.33%
G = 68.22%
B = 29.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#035826 (or 0x035826) is known color: Crusoe. HEX triplet: 03, 58 and 26. RGB value is (3,88,38). Sum of RGB (Red+Green+Blue) = 3+88+38=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #035826 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035826 is #FCA7D9. Grayscale: #383838. Windows color (decimal): -16558042 or 2512899. OLE color: 2512899.

HSL color Cylindrical-coordinate representation of color #035826: hue angle of 144.71º 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 #035826 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 88 38 -
CMYK 0.97 0 0.57 0.65
HSL 144.71º 0.93% 0.18% -
HSV(B) 144.71º 0.97% 0.35% -
XYZ 3.88 7.14 3.01 -
YUV 56.89 117.34 89.57 -
System Red Green Blue C M Y K H S L
Decimal 3 88 38 0.97 0 0.57 0.65 144.71 0.93 0.18
Hex 3 58 26 61 0 39 41 91 5D 12
Octal 3 130 46 141 0 71 101 221 135 22
Binary 11 1011000 100110 1100001 0 111001 1000001 10010001 1011101 10010

Color Harmonies of #035826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035826

Black with #035826

Text Example


Text Example

White with #035826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035826; }

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

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

background-color css

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

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

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

border-color css

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

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

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