Html Css Color HEX #3A664B Plantation

📋 copy color: '#3A664B'

red 58 ◦ green 102 ◦ blue 75

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

Shades of Plantation #3A664B

Tints of Plantation #3A664B

RGB

 RED value IS 58 (23.05% from 255) = 24.68%

 GREEN value IS 102 (40.23% from 255) = 43.4%

 BLUE value IS 75 (29.69% from 255) = 31.91%

R = 24.68%
G = 43.4%
B = 31.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#3A664B (or 0x3A664B) is known color: Plantation. HEX triplet: 3A, 66 and 4B. RGB value is (58,102,75). Sum of RGB (Red+Green+Blue) = 58+102+75=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #3A664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A664B is #C599B4. Grayscale: #555555. Windows color (decimal): -12949941 or 4941370. OLE color: 4941370.

HSL color Cylindrical-coordinate representation of color #3A664B: hue angle of 143.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A664B is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 58 102 75 -
CMYK 0.43 0 0.26 0.6
HSL 143.18º 0.28% 0.31% -
HSV(B) 143.18º 0.43% 0.4% -
XYZ 7.77 10.91 8.35 -
YUV 85.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 58 102 75 0.43 0 0.26 0.6 143.18 0.28 0.31
Hex 3A 66 4B 2B 0 1A 3C 8F 1C 1F
Octal 72 146 113 53 0 32 74 217 34 37
Binary 111010 1100110 1001011 101011 0 11010 111100 10001111 11100 11111

Color Harmonies of #3A664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A664B

Black with #3A664B

Text Example


Text Example

White with #3A664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A664B; }

 p { color: rgb(58,102,75); }

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

background-color css

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

 a { background-color: rgb(58,102,75); }

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

border-color css

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

 span { border-color: rgb(58,102,75); }

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