Html Css Color HEX #3A604B Plantation

📋 copy color: '#3A604B'

red 58 ◦ green 96 ◦ blue 75

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

Shades of Plantation #3A604B

Tints of Plantation #3A604B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.92%

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

R = 25.33%
G = 41.92%
B = 32.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#3A604B (or 0x3A604B) is known color: Plantation. HEX triplet: 3A, 60 and 4B. RGB value is (58,96,75). Sum of RGB (Red+Green+Blue) = 58+96+75=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #3A604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A604B is #C59FB4. Grayscale: #525252. Windows color (decimal): -12951477 or 4939834. OLE color: 4939834.

HSL color Cylindrical-coordinate representation of color #3A604B: hue angle of 146.84º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A604B is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 96 75 -
CMYK 0.40 0 0.22 0.62
HSL 146.84º 0.25% 0.3% -
HSV(B) 146.84º 0.4% 0.38% -
XYZ 7.2 9.77 8.16 -
YUV 82.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 58 96 75 0.40 0 0.22 0.62 146.84 0.25 0.3
Hex 3A 60 4B 28 0 16 3E 93 19 1E
Octal 72 140 113 50 0 26 76 223 31 36
Binary 111010 1100000 1001011 101000 0 10110 111110 10010011 11001 11110

Color Harmonies of #3A604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A604B

Black with #3A604B

Text Example


Text Example

White with #3A604B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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