Html Css Color HEX #065C32 Crusoe

📋 copy color: '#065C32'

red 6 ◦ green 92 ◦ blue 50

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

Shades of Crusoe #065C32

Tints of Crusoe #065C32

RGB

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

 GREEN value IS 92 (36.33% from 255) = 62.16%

 BLUE value IS 50 (19.92% from 255) = 33.78%

R = 4.05%
G = 62.16%
B = 33.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#065C32 (or 0x065C32) is known color: Crusoe. HEX triplet: 06, 5C and 32. RGB value is (6,92,50). Sum of RGB (Red+Green+Blue) = 6+92+50=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #065C32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065C32 is #F9A3CD. Grayscale: #3D3D3D. Windows color (decimal): -16360398 or 3300358. OLE color: 3300358.

HSL color Cylindrical-coordinate representation of color #065C32: hue angle of 150.7º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065C32 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 92 50 -
CMYK 0.93 0 0.46 0.64
HSL 150.7º 0.88% 0.19% -
HSV(B) 150.7º 0.93% 0.36% -
XYZ 4.48 7.92 4.31 -
YUV 61.5 121.51 88.42 -
System Red Green Blue C M Y K H S L
Decimal 6 92 50 0.93 0 0.46 0.64 150.7 0.88 0.19
Hex 6 5C 32 5D 0 2E 40 97 58 13
Octal 6 134 62 135 0 56 100 227 130 23
Binary 110 1011100 110010 1011101 0 101110 1000000 10010111 1011000 10011

Color Harmonies of #065C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C32

Black with #065C32

Text Example


Text Example

White with #065C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065C32; }

 p { color: rgb(6,92,50); }

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

background-color css

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

 a { background-color: rgb(6,92,50); }

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

border-color css

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

 span { border-color: rgb(6,92,50); }

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