Html Css Color HEX #38604D Plantation

📋 copy color: '#38604D'

red 56 ◦ green 96 ◦ blue 77

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

Shades of Plantation #38604D

Tints of Plantation #38604D

RGB

 RED value IS 56 (22.27% from 255) = 24.45%

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

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 24.45%
G = 41.92%
B = 33.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#38604D (or 0x38604D) is known color: Plantation. HEX triplet: 38, 60 and 4D. RGB value is (56,96,77). Sum of RGB (Red+Green+Blue) = 56+96+77=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #38604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38604D is #C79FB2. Grayscale: #515151. Windows color (decimal): -13082547 or 5070904. OLE color: 5070904.

HSL color Cylindrical-coordinate representation of color #38604D: hue angle of 151.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #38604D is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 77 -
CMYK 0.42 0 0.20 0.62
HSL 151.5º 0.26% 0.3% -
HSV(B) 151.5º 0.42% 0.38% -
XYZ 7.15 9.74 8.52 -
YUV 81.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 56 96 77 0.42 0 0.20 0.62 151.5 0.26 0.3
Hex 38 60 4D 2A 0 14 3E 98 1A 1E
Octal 70 140 115 52 0 24 76 230 32 36
Binary 111000 1100000 1001101 101010 0 10100 111110 10011000 11010 11110

Color Harmonies of #38604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38604D

Black with #38604D

Text Example


Text Example

White with #38604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38604D; }

 p { color: rgb(56,96,77); }

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

background-color css

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

 a { background-color: rgb(56,96,77); }

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

border-color css

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

 span { border-color: rgb(56,96,77); }

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