Html Css Color HEX #065D30 Crusoe

📋 copy color: '#065D30'

red 6 ◦ green 93 ◦ blue 48

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

Shades of Crusoe #065D30

Tints of Crusoe #065D30

RGB

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

 GREEN value IS 93 (36.72% from 255) = 63.27%

 BLUE value IS 48 (19.14% from 255) = 32.65%

R = 4.08%
G = 63.27%
B = 32.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#065D30 (or 0x065D30) is known color: Crusoe. HEX triplet: 06, 5D and 30. RGB value is (6,93,48). Sum of RGB (Red+Green+Blue) = 6+93+48=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 93 (36.72% from 255 or 63.27% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 93 - color contains mainly: green. Hex color #065D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065D30 is #F9A2CF. Grayscale: #3D3D3D. Windows color (decimal): -16360144 or 3169542. OLE color: 3169542.

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

Color convert

RGB 6 93 48 -
CMYK 0.94 0 0.48 0.64
HSL 148.97º 0.88% 0.19% -
HSV(B) 148.97º 0.94% 0.36% -
XYZ 4.52 8.08 4.12 -
YUV 61.86 120.18 88.16 -
System Red Green Blue C M Y K H S L
Decimal 6 93 48 0.94 0 0.48 0.64 148.97 0.88 0.19
Hex 6 5D 30 5E 0 30 40 95 58 13
Octal 6 135 60 136 0 60 100 225 130 23
Binary 110 1011101 110000 1011110 0 110000 1000000 10010101 1011000 10011

Color Harmonies of #065D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065D30

Black with #065D30

Text Example


Text Example

White with #065D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,93,48); }

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

background-color css

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

 a { background-color: rgb(6,93,48); }

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

border-color css

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

 span { border-color: rgb(6,93,48); }

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