Html Css Color HEX #065430 Crusoe

📋 copy color: '#065430'

red 6 ◦ green 84 ◦ blue 48

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

Shades of Crusoe #065430

Tints of Crusoe #065430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 60.87%

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

R = 4.35%
G = 60.87%
B = 34.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#065430 (or 0x065430) is known color: Crusoe. HEX triplet: 06, 54 and 30. RGB value is (6,84,48). Sum of RGB (Red+Green+Blue) = 6+84+48=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 84 (33.20% from 255 or 60.87% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 84 - color contains mainly: green. Hex color #065430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065430 is #F9ABCF. Grayscale: #383838. Windows color (decimal): -16362448 or 3167238. OLE color: 3167238.

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

Color convert

RGB 6 84 48 -
CMYK 0.93 0 0.43 0.67
HSL 152.31º 0.87% 0.18% -
HSV(B) 152.31º 0.93% 0.33% -
XYZ 3.78 6.59 3.87 -
YUV 56.57 123.16 91.93 -
System Red Green Blue C M Y K H S L
Decimal 6 84 48 0.93 0 0.43 0.67 152.31 0.87 0.18
Hex 6 54 30 5D 0 2B 43 98 57 12
Octal 6 124 60 135 0 53 103 230 127 22
Binary 110 1010100 110000 1011101 0 101011 1000011 10011000 1010111 10010

Color Harmonies of #065430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065430

Black with #065430

Text Example


Text Example

White with #065430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065430; }

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

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

background-color css

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

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

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

border-color css

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

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

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