Html Css Color HEX #065326 Crusoe

📋 copy color: '#065326'

red 6 ◦ green 83 ◦ blue 38

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

Shades of Crusoe #065326

Tints of Crusoe #065326

RGB

 RED value IS 6 (2.73% from 255) = 4.72%

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

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

R = 4.72%
G = 65.35%
B = 29.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#065326 (or 0x065326) is known color: Crusoe. HEX triplet: 06, 53 and 26. RGB value is (6,83,38). Sum of RGB (Red+Green+Blue) = 6+83+38=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #065326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065326 is #F9ACD9. Grayscale: #363636. Windows color (decimal): -16362714 or 2511622. OLE color: 2511622.

HSL color Cylindrical-coordinate representation of color #065326: hue angle of 144.94º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065326 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 38 -
CMYK 0.93 0 0.54 0.67
HSL 144.94º 0.87% 0.17% -
HSV(B) 144.94º 0.93% 0.33% -
XYZ 3.52 6.37 2.88 -
YUV 54.85 118.49 93.16 -
System Red Green Blue C M Y K H S L
Decimal 6 83 38 0.93 0 0.54 0.67 144.94 0.87 0.17
Hex 6 53 26 5D 0 36 43 91 57 11
Octal 6 123 46 135 0 66 103 221 127 21
Binary 110 1010011 100110 1011101 0 110110 1000011 10010001 1010111 10001

Color Harmonies of #065326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065326

Black with #065326

Text Example


Text Example

White with #065326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065326; }

 p { color: rgb(6,83,38); }

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

background-color css

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

 a { background-color: rgb(6,83,38); }

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

border-color css

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

 span { border-color: rgb(6,83,38); }

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