Html Css Color HEX #065328 Crusoe

📋 copy color: '#065328'

red 6 ◦ green 83 ◦ blue 40

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

Shades of Crusoe #065328

Tints of Crusoe #065328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.01%

R = 4.65%
G = 64.34%
B = 31.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#065328 (or 0x065328) is known color: Crusoe. HEX triplet: 06, 53 and 28. RGB value is (6,83,40). Sum of RGB (Red+Green+Blue) = 6+83+40=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 83 (32.81% from 255 or 64.34% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 83 - color contains mainly: green. Hex color #065328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065328 is #F9ACD7. Grayscale: #373737. Windows color (decimal): -16362712 or 2642694. OLE color: 2642694.

HSL color Cylindrical-coordinate representation of color #065328: hue angle of 146.49º 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 #065328 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 40 -
CMYK 0.93 0 0.52 0.67
HSL 146.49º 0.87% 0.17% -
HSV(B) 146.49º 0.93% 0.33% -
XYZ 3.55 6.38 3.05 -
YUV 55.08 119.49 93 -
System Red Green Blue C M Y K H S L
Decimal 6 83 40 0.93 0 0.52 0.67 146.49 0.87 0.17
Hex 6 53 28 5D 0 34 43 92 57 11
Octal 6 123 50 135 0 64 103 222 127 21
Binary 110 1010011 101000 1011101 0 110100 1000011 10010010 1010111 10001

Color Harmonies of #065328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065328

Black with #065328

Text Example


Text Example

White with #065328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065328; }

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

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

background-color css

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

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

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

border-color css

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

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

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